mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-09-06 09:01:23 +00:00
Add migrated field instance settings
This commit is contained in:
parent
5e4063539b
commit
8ce2c5e587
22 changed files with 423 additions and 5 deletions
26
drupal10/config/field.field.node.session.field_topics.yml
Normal file
26
drupal10/config/field.field.node.session.field_topics.yml
Normal file
|
@ -0,0 +1,26 @@
|
|||
uuid: ce0c3d68-cef9-47c3-bbf3-e103f48d93f0
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_topics
|
||||
- node.type.session
|
||||
- taxonomy.vocabulary.session_topics
|
||||
id: node.session.field_topics
|
||||
field_name: field_topics
|
||||
entity_type: node
|
||||
bundle: session
|
||||
label: Topics
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
handler: 'default:taxonomy_term'
|
||||
handler_settings:
|
||||
target_bundles:
|
||||
session_topics: session_topics
|
||||
sort:
|
||||
field: _none
|
||||
field_type: entity_reference
|
Loading…
Add table
Add a link
Reference in a new issue