mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-09-06 17:11:21 +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.page.body.yml
Normal file
24
drupal10/config/field.field.node.page.body.yml
Normal file
|
@ -0,0 +1,24 @@
|
|||
uuid: 291b044c-193e-4140-9500-f57d14c016e0
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.body
|
||||
- node.type.page
|
||||
module:
|
||||
- text
|
||||
id: node.page.body
|
||||
field_name: body
|
||||
entity_type: node
|
||||
bundle: page
|
||||
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