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
22
drupal10/config/field.field.node.event.field_description.yml
Normal file
22
drupal10/config/field.field.node.event.field_description.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
uuid: 8a4aa987-754f-483d-8b05-a5db0572e9f7
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_description
|
||||
- node.type.event
|
||||
module:
|
||||
- text
|
||||
id: node.event.field_description
|
||||
field_name: field_description
|
||||
entity_type: node
|
||||
bundle: event
|
||||
label: Description
|
||||
description: ''
|
||||
required: false
|
||||
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