mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-09-08 09:31:21 +00:00
Add sponsors vocabulary
Replaces sponsor content type
This commit is contained in:
parent
c501556f7b
commit
a69a4ace66
5 changed files with 167 additions and 0 deletions
|
@ -0,0 +1,38 @@
|
|||
uuid: de3e966d-d23f-46ad-ba36-85004d042d3d
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.taxonomy_term.field_logo
|
||||
- taxonomy.vocabulary.sponsors
|
||||
module:
|
||||
- image
|
||||
id: taxonomy_term.sponsors.field_logo
|
||||
field_name: field_logo
|
||||
entity_type: taxonomy_term
|
||||
bundle: sponsors
|
||||
label: Logo
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
handler: 'default:file'
|
||||
handler_settings: { }
|
||||
file_directory: sponsors
|
||||
file_extensions: 'png gif jpg jpeg webp'
|
||||
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
|
||||
field_type: image
|
Loading…
Add table
Add a link
Reference in a new issue