Update People form to include contact fields #282
1 changed files with 37 additions and 9 deletions
|
@ -6,14 +6,19 @@ dependencies:
|
|||
- field.field.node.people.field_body_paragraph
|
||||
- field.field.node.people.field_image
|
||||
- field.field.node.people.field_meta_tags
|
||||
- field.field.node.people.field_people_email
|
||||
- field.field.node.people.field_people_position
|
||||
- field.field.node.people.field_people_public_gpg_key
|
||||
- field.field.node.people.field_people_social_media
|
||||
- field.field.node.people.field_people_type
|
||||
- field.field.node.people.field_summary
|
||||
- image.style.thumbnail
|
||||
- node.type.people
|
||||
module:
|
||||
- allowed_formats
|
||||
- file
|
||||
- image
|
||||
- link
|
||||
- metatag
|
||||
- paragraphs
|
||||
- path
|
||||
|
@ -27,12 +32,12 @@ mode: default
|
|||
content:
|
||||
created:
|
||||
type: datetime_timestamp
|
||||
weight: 7
|
||||
weight: 10
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
field_body_paragraph:
|
||||
weight: 5
|
||||
weight: 8
|
||||
settings:
|
||||
title: Paragraph
|
||||
title_plural: Paragraphs
|
||||
|
@ -52,11 +57,19 @@ content:
|
|||
type: image_image
|
||||
region: content
|
||||
field_meta_tags:
|
||||
weight: 11
|
||||
weight: 14
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: metatag_firehose
|
||||
region: content
|
||||
field_people_email:
|
||||
weight: 5
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: email_default
|
||||
region: content
|
||||
field_people_position:
|
||||
weight: 1
|
||||
settings:
|
||||
|
@ -65,6 +78,21 @@ content:
|
|||
third_party_settings: { }
|
||||
type: string_textfield
|
||||
region: content
|
||||
field_people_public_gpg_key:
|
||||
weight: 7
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
third_party_settings: { }
|
||||
type: file_generic
|
||||
region: content
|
||||
field_people_social_media:
|
||||
weight: 6
|
||||
settings:
|
||||
placeholder_url: ''
|
||||
placeholder_title: ''
|
||||
third_party_settings: { }
|
||||
type: link_default
|
||||
region: content
|
||||
field_people_type:
|
||||
weight: 2
|
||||
settings: { }
|
||||
|
@ -84,7 +112,7 @@ content:
|
|||
region: content
|
||||
path:
|
||||
type: path
|
||||
weight: 10
|
||||
weight: 13
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
|
@ -92,21 +120,21 @@ content:
|
|||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 8
|
||||
weight: 11
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 13
|
||||
weight: 16
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
sticky:
|
||||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 9
|
||||
weight: 12
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
title:
|
||||
|
@ -119,7 +147,7 @@ content:
|
|||
region: content
|
||||
uid:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 6
|
||||
weight: 9
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
|
@ -127,7 +155,7 @@ content:
|
|||
third_party_settings: { }
|
||||
region: content
|
||||
url_redirects:
|
||||
weight: 12
|
||||
weight: 15
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
|
|
Loading…
Reference in a new issue