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
30
drupal10/config/field.storage.taxonomy_term.field_logo.yml
Normal file
30
drupal10/config/field.storage.taxonomy_term.field_logo.yml
Normal file
|
@ -0,0 +1,30 @@
|
|||
uuid: 444ddd8f-b3e3-4667-9425-765c34a07719
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- file
|
||||
- image
|
||||
- taxonomy
|
||||
id: taxonomy_term.field_logo
|
||||
field_name: field_logo
|
||||
entity_type: taxonomy_term
|
||||
type: image
|
||||
settings:
|
||||
target_type: file
|
||||
display_field: false
|
||||
display_default: false
|
||||
uri_scheme: public
|
||||
default_image:
|
||||
uuid: ''
|
||||
alt: ''
|
||||
title: ''
|
||||
width: null
|
||||
height: null
|
||||
module: image
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
Loading…
Add table
Add a link
Reference in a new issue