mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-09-06 09:01:23 +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
19
drupal10/config/field.storage.node.field_speakers.yml
Normal file
19
drupal10/config/field.storage.node.field_speakers.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
uuid: eecc6449-d96c-4319-aaf0-d81f433a714c
|
||||
langcode: und
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
id: node.field_speakers
|
||||
field_name: field_speakers
|
||||
entity_type: node
|
||||
type: entity_reference
|
||||
settings:
|
||||
target_type: node
|
||||
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