Migrate from field_body to body
This commit is contained in:
parent
b9ffd0bad6
commit
d7629f1b32
54 changed files with 78 additions and 136 deletions
|
@ -3,7 +3,7 @@ langcode: en
|
|||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.presentation.field_body
|
||||
- field.field.node.presentation.body
|
||||
- field.field.node.presentation.field_events
|
||||
- node.type.presentation
|
||||
module:
|
||||
|
@ -15,15 +15,9 @@ targetEntityType: node
|
|||
bundle: presentation
|
||||
mode: default
|
||||
content:
|
||||
created:
|
||||
type: datetime_timestamp
|
||||
weight: 2
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_body:
|
||||
body:
|
||||
type: text_textarea_with_summary
|
||||
weight: 8
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
rows: 9
|
||||
|
@ -31,6 +25,12 @@ content:
|
|||
placeholder: ''
|
||||
show_summary: false
|
||||
third_party_settings: { }
|
||||
created:
|
||||
type: datetime_timestamp
|
||||
weight: 2
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_events:
|
||||
type: paragraphs
|
||||
weight: 9
|
||||
|
@ -101,4 +101,9 @@ content:
|
|||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
url_redirects:
|
||||
weight: 50
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
hidden: { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue