Enable Drutopia Collection feature module for issue indexes
Ref #31 Ref #32
This commit is contained in:
parent
647293fcc1
commit
69ebe9ce26
19 changed files with 1179 additions and 0 deletions
40
config/sync/field.field.node.collection.field_image.yml
Normal file
40
config/sync/field.field.node.collection.field_image.yml
Normal file
|
@ -0,0 +1,40 @@
|
|||
uuid: e7a917ab-6692-4c5e-ad23-72eb1904af94
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_image
|
||||
- node.type.collection
|
||||
module:
|
||||
- image
|
||||
_core:
|
||||
default_config_hash: zBDVKqvoMMh7BWNgskjQQbHyTDLFE8r96x1qWGUX7Zw
|
||||
id: node.collection.field_image
|
||||
field_name: field_image
|
||||
entity_type: node
|
||||
bundle: collection
|
||||
label: Image
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
file_directory: '[date:custom:Y]-[date:custom:m]'
|
||||
file_extensions: 'png gif jpg jpeg'
|
||||
max_filesize: ''
|
||||
max_resolution: ''
|
||||
min_resolution: ''
|
||||
alt_field: true
|
||||
alt_field_required: true
|
||||
title_field: false
|
||||
title_field_required: false
|
||||
default_image:
|
||||
uuid: ''
|
||||
alt: ''
|
||||
title: ''
|
||||
width: null
|
||||
height: null
|
||||
handler: 'default:file'
|
||||
handler_settings: { }
|
||||
field_type: image
|
Loading…
Add table
Add a link
Reference in a new issue