Core and composer updates
This commit is contained in:
parent
a82634bb98
commit
62cac30480
1118 changed files with 21770 additions and 6306 deletions
|
@ -25,7 +25,7 @@ process:
|
|||
promote: promote
|
||||
sticky: sticky
|
||||
'body/format':
|
||||
plugin: migration
|
||||
plugin: migration_lookup
|
||||
migration: d6_filter_format
|
||||
source: format
|
||||
'body/value': body
|
||||
|
|
|
@ -22,7 +22,7 @@ process:
|
|||
promote: promote
|
||||
sticky: sticky
|
||||
'body/format':
|
||||
plugin: migration
|
||||
plugin: migration_lookup
|
||||
migration: d6_filter_format
|
||||
source: format
|
||||
'body/value': body
|
||||
|
|
|
@ -23,7 +23,7 @@ process:
|
|||
promote: promote
|
||||
sticky: sticky
|
||||
'body/format':
|
||||
plugin: migration
|
||||
plugin: migration_lookup
|
||||
migration: d6_filter_format
|
||||
source: format
|
||||
'body/value': body
|
||||
|
|
|
@ -20,5 +20,7 @@ process:
|
|||
'settings/node/options': options
|
||||
create_body: has_body
|
||||
create_body_label: body_label
|
||||
'third_party_settings/menu_ui/available_menus': available_menus
|
||||
'third_party_settings/menu_ui/parent': parent
|
||||
destination:
|
||||
plugin: entity:node_type
|
||||
|
|
|
@ -17,5 +17,7 @@ process:
|
|||
new_revision: 'options/revision'
|
||||
create_body: create_body
|
||||
create_body_label: body_label
|
||||
'third_party_settings/menu_ui/available_menus': available_menus
|
||||
'third_party_settings/menu_ui/parent': parent
|
||||
destination:
|
||||
plugin: entity:node_type
|
||||
|
|
Reference in a new issue