Add the gleaning content type
This commit is contained in:
parent
43e50e17cd
commit
472a655d72
9 changed files with 289 additions and 3 deletions
27
config/sync/field.field.node.gleaning.field_upload.yml
Normal file
27
config/sync/field.field.node.gleaning.field_upload.yml
Normal file
|
@ -0,0 +1,27 @@
|
|||
uuid: 538ba9cd-90a1-4ac2-bbb7-43e4f3cfc60d
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_upload
|
||||
- node.type.gleaning
|
||||
module:
|
||||
- file
|
||||
id: node.gleaning.field_upload
|
||||
field_name: field_upload
|
||||
entity_type: node
|
||||
bundle: gleaning
|
||||
label: 'File attachments'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
file_directory: '[date:custom:Y]-[date:custom:m]'
|
||||
file_extensions: 'txt pdf doc docx odt'
|
||||
max_filesize: ''
|
||||
description_field: false
|
||||
handler: 'default:file'
|
||||
handler_settings: { }
|
||||
field_type: file
|
Loading…
Add table
Add a link
Reference in a new issue