Skip to content

Commit

Permalink
Update configuration for paragraph file fields
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbaese committed Dec 17, 2021
1 parent 0b50270 commit 3538489
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,30 +16,30 @@ third_party_settings:
slashes: true
pathauto: false
transliterate: true
redirect: false
retroactive_update: false
active_updating: false
file_name:
value: '[file:ffp-name-only-original].[file:ffp-extension-original]'
options:
slashes: true
pathauto: false
transliterate: true
redirect: false
retroactive_update: false
active_updating: false
id: paragraph.download.files
field_name: files
entity_type: paragraph
bundle: download
label: Files
description: ''
required: false
translatable: false
translatable: true
default_value: { }
default_value_callback: ''
settings:
handler: 'default:file'
handler_settings: { }
file_directory: '[date:custom:Y]-[date:custom:m]'
file_extensions: 'txt jpg png pdf gif jpeg rtf'
max_filesize: ''
description_field: true
handler: 'default:file'
handler_settings: { }
field_type: file
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ third_party_settings:
transliterate: true
content_translation:
translation_sync:
alt: alt
title: title
file: '0'
file: file
alt: '0'
title: '0'
id: paragraph.illustration.image
field_name: image
entity_type: paragraph
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ third_party_settings:
transliterate: true
content_translation:
translation_sync:
alt: alt
title: title
file: '0'
file: file
alt: '0'
title: '0'
id: paragraph.picture.image
field_name: image
entity_type: paragraph
Expand Down

0 comments on commit 3538489

Please sign in to comment.