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
|
@ -0,0 +1,22 @@
|
|||
uuid: 83ad2a1b-9aaf-4630-9103-81f3276b84e6
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_description
|
||||
- node.type.session
|
||||
module:
|
||||
- text
|
||||
id: node.session.field_description
|
||||
field_name: field_description
|
||||
entity_type: node
|
||||
bundle: session
|
||||
label: Description
|
||||
description: ''
|
||||
required: true
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
allowed_formats: { }
|
||||
field_type: text_long
|
Loading…
Add table
Add a link
Reference in a new issue