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
|
@ -0,0 +1,27 @@
|
|||
uuid: d2dd2b85-18ec-42d5-8340-47d89e136125
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_people_public_gpg_key
|
||||
- node.type.people
|
||||
module:
|
||||
- file
|
||||
id: node.people.field_people_public_gpg_key
|
||||
field_name: field_people_public_gpg_key
|
||||
entity_type: node
|
||||
bundle: people
|
||||
label: 'Public GPG Key'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
file_directory: '[date:custom:Y]-[date:custom:m]'
|
||||
file_extensions: asc
|
||||
max_filesize: ''
|
||||
description_field: true
|
||||
handler: 'default:file'
|
||||
handler_settings: { }
|
||||
field_type: file
|
Loading…
Add table
Add a link
Reference in a new issue