Update People form to include contact fields #282

Merged
cedewey merged 1 commit from 140-people-contacts into master 2018-12-28 20:11:32 +00:00

View file

@ -6,14 +6,19 @@ dependencies:
- field.field.node.people.field_body_paragraph - field.field.node.people.field_body_paragraph
- field.field.node.people.field_image - field.field.node.people.field_image
- field.field.node.people.field_meta_tags - 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_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_people_type
- field.field.node.people.field_summary - field.field.node.people.field_summary
- image.style.thumbnail - image.style.thumbnail
- node.type.people - node.type.people
module: module:
- allowed_formats - allowed_formats
- file
- image - image
- link
- metatag - metatag
- paragraphs - paragraphs
- path - path
@ -27,12 +32,12 @@ mode: default
content: content:
created: created:
type: datetime_timestamp type: datetime_timestamp
weight: 7 weight: 10
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
region: content region: content
field_body_paragraph: field_body_paragraph:
weight: 5 weight: 8
settings: settings:
title: Paragraph title: Paragraph
title_plural: Paragraphs title_plural: Paragraphs
@ -52,11 +57,19 @@ content:
type: image_image type: image_image
region: content region: content
field_meta_tags: field_meta_tags:
weight: 11 weight: 14
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
type: metatag_firehose type: metatag_firehose
region: content region: content
field_people_email:
weight: 5
settings:
size: 60
placeholder: ''
third_party_settings: { }
type: email_default
region: content
field_people_position: field_people_position:
weight: 1 weight: 1
settings: settings:
@ -65,6 +78,21 @@ content:
third_party_settings: { } third_party_settings: { }
type: string_textfield type: string_textfield
region: content 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: field_people_type:
weight: 2 weight: 2
settings: { } settings: { }
@ -84,7 +112,7 @@ content:
region: content region: content
path: path:
type: path type: path
weight: 10 weight: 13
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
region: content region: content
@ -92,21 +120,21 @@ content:
type: boolean_checkbox type: boolean_checkbox
settings: settings:
display_label: true display_label: true
weight: 8 weight: 11
third_party_settings: { } third_party_settings: { }
region: content region: content
status: status:
type: boolean_checkbox type: boolean_checkbox
settings: settings:
display_label: true display_label: true
weight: 13 weight: 16
region: content region: content
third_party_settings: { } third_party_settings: { }
sticky: sticky:
type: boolean_checkbox type: boolean_checkbox
settings: settings:
display_label: true display_label: true
weight: 9 weight: 12
third_party_settings: { } third_party_settings: { }
region: content region: content
title: title:
@ -119,7 +147,7 @@ content:
region: content region: content
uid: uid:
type: entity_reference_autocomplete type: entity_reference_autocomplete
weight: 6 weight: 9
settings: settings:
match_operator: CONTAINS match_operator: CONTAINS
size: 60 size: 60
@ -127,7 +155,7 @@ content:
third_party_settings: { } third_party_settings: { }
region: content region: content
url_redirects: url_redirects:
weight: 12 weight: 15
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }