mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-09-06 09:01:23 +00:00
Add migrated content types
This commit is contained in:
parent
6d3f84d673
commit
555c5b9b58
13 changed files with 388 additions and 0 deletions
24
drupal10/config/field.field.node.article.body.yml
Normal file
24
drupal10/config/field.field.node.article.body.yml
Normal file
|
@ -0,0 +1,24 @@
|
|||
uuid: fa64a629-fdd0-4d7a-91a3-be02b714161e
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.body
|
||||
- node.type.article
|
||||
module:
|
||||
- text
|
||||
id: node.article.body
|
||||
field_name: body
|
||||
entity_type: node
|
||||
bundle: article
|
||||
label: Body
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
display_summary: true
|
||||
required_summary: false
|
||||
allowed_formats: { }
|
||||
field_type: text_with_summary
|
Loading…
Add table
Add a link
Reference in a new issue