Add the bio and the gpg field in the users.

Also, the user migration was updated to migrate the data of these
fields.
This commit is contained in:
David Valdez 2018-08-28 18:20:36 -05:00
parent f9db6433cd
commit 14e829fd66
9 changed files with 198 additions and 33 deletions

View file

@ -3,10 +3,14 @@ langcode: en
status: true
dependencies:
config:
- field.field.user.user.field_bio
- field.field.user.user.field_gpg_public_key
- field.field.user.user.user_picture
- image.style.thumbnail
module:
- file
- image
- text
- user
_core:
default_config_hash: '-spcniWjm5Ez6YM3ccxk3ocvsn52jkdaGEgp0xzPYU8'
@ -15,6 +19,21 @@ targetEntityType: user
bundle: user
mode: default
content:
field_bio:
weight: 2
label: above
settings: { }
third_party_settings: { }
type: text_default
region: content
field_gpg_public_key:
weight: 1
label: above
settings:
use_description_as_link_text: true
third_party_settings: { }
type: file_default
region: content
user_picture:
type: image
weight: 0