replaced breve by articles, updated migration consecently, improved admin views and menu
This commit is contained in:
@@ -4,13 +4,39 @@ editors_menus.contents:
|
||||
parent: editors
|
||||
route_name: view.admin_nodes.page_1
|
||||
menu_name: editors
|
||||
weight: 0
|
||||
|
||||
editors_menus.taxonomy:
|
||||
title: Taxonomy
|
||||
editors_menus.materials:
|
||||
title: Materials
|
||||
description: ''
|
||||
parent: editors_menus.contents
|
||||
route_name: view.admin_nodes.page_1
|
||||
menu_name: editors
|
||||
weight: 0
|
||||
|
||||
editors_menus.articles:
|
||||
title: Articles
|
||||
description: ''
|
||||
parent: editors_menus.contents
|
||||
route_name: view.admin_nodes.page_2
|
||||
menu_name: editors
|
||||
weight: 2
|
||||
|
||||
editors_menus.companies:
|
||||
title: Companies
|
||||
description: ''
|
||||
parent: editors_menus.contents
|
||||
route_name: view.admin_taxo.page_1
|
||||
menu_name: editors
|
||||
weight: 3
|
||||
|
||||
editors_menus.showrooms:
|
||||
title: Showrooms
|
||||
description: ''
|
||||
parent: editors_menus.contents
|
||||
route_name: view.admin_taxo.page_2
|
||||
menu_name: editors
|
||||
weight: 4
|
||||
|
||||
editors_menus.users:
|
||||
title: Users
|
||||
@@ -18,3 +44,4 @@ editors_menus.users:
|
||||
parent: editors
|
||||
route_name: view.admin_users.page_1
|
||||
menu_name: editors
|
||||
weight: 1
|
||||
|
@@ -23,7 +23,7 @@ process:
|
||||
# nid: nid
|
||||
type:
|
||||
plugin: default_value
|
||||
default_value: breve
|
||||
default_value: article
|
||||
title: title
|
||||
created: created
|
||||
changed: changed
|
||||
|
@@ -28,7 +28,7 @@ process:
|
||||
no_stub: true
|
||||
type:
|
||||
plugin: default_value
|
||||
default_value: breve
|
||||
default_value: article
|
||||
langcode: language
|
||||
content_translation_source: source
|
||||
title: title
|
||||
|
@@ -96,7 +96,7 @@ process:
|
||||
plugin: migration_lookup
|
||||
migration: d7_node_materiau
|
||||
no_stub: true
|
||||
field_linked_breves:
|
||||
field_linked_articles:
|
||||
-
|
||||
plugin: skip_on_empty
|
||||
method: process
|
||||
|
Reference in New Issue
Block a user