Add field media document to the file paragraph and deprecate field file
This commit is contained in:
parent
06a640c20d
commit
e7860127cc
6 changed files with 74 additions and 16 deletions
|
@ -13,17 +13,17 @@ id: paragraph.file.field_file
|
|||
field_name: field_file
|
||||
entity_type: paragraph
|
||||
bundle: file
|
||||
label: File
|
||||
label: 'File (deprecated)'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
handler: 'default:file'
|
||||
handler_settings: { }
|
||||
file_directory: '[date:custom:Y]-[date:custom:m]'
|
||||
file_extensions: 'txt pdf odt doc docx'
|
||||
max_filesize: ''
|
||||
description_field: true
|
||||
handler: 'default:file'
|
||||
handler_settings: { }
|
||||
field_type: file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue