mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-09-07 01:11:21 +00:00
Add migrated field storage settings
This commit is contained in:
parent
adb7b150f0
commit
5e4063539b
17 changed files with 325 additions and 1 deletions
20
drupal10/config/field.storage.node.field_topics.yml
Normal file
20
drupal10/config/field.storage.node.field_topics.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
uuid: 19e0f2fe-4b59-4a1c-9868-28922d36049c
|
||||
langcode: und
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
- taxonomy
|
||||
id: node.field_topics
|
||||
field_name: field_topics
|
||||
entity_type: node
|
||||
type: entity_reference
|
||||
settings:
|
||||
target_type: taxonomy_term
|
||||
module: core
|
||||
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