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
18
config/sync/field.storage.node.field_people_email.yml
Normal file
18
config/sync/field.storage.node.field_people_email.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
uuid: f806baa5-39c5-4179-bf5a-03c988ba232a
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
id: node.field_people_email
|
||||
field_name: field_people_email
|
||||
entity_type: node
|
||||
type: email
|
||||
settings: { }
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
Loading…
Add table
Add a link
Reference in a new issue