Add contact fields to people content type
This commit is contained in:
parent
2ee3662315
commit
3262c6ccfa
7 changed files with 163 additions and 2 deletions
19
config/sync/field.field.node.people.field_people_email.yml
Normal file
19
config/sync/field.field.node.people.field_people_email.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
uuid: 2fc4903b-ce60-42de-ad58-e45374026971
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_people_email
|
||||
- node.type.people
|
||||
id: node.people.field_people_email
|
||||
field_name: field_people_email
|
||||
entity_type: node
|
||||
bundle: people
|
||||
label: Email
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: email
|
Loading…
Add table
Add a link
Reference in a new issue