added cart to editors menu
This commit is contained in:
parent
c799d62969
commit
c900abd056
|
@ -48,13 +48,13 @@ definitions:
|
||||||
expanded: false
|
expanded: false
|
||||||
enabled: true
|
enabled: true
|
||||||
editors_menus__commerce_orders:
|
editors_menus__commerce_orders:
|
||||||
weight: -50
|
weight: -48
|
||||||
menu_name: editors
|
menu_name: editors
|
||||||
parent: editors_menus.commerce
|
parent: editors_menus.commerce
|
||||||
expanded: false
|
expanded: false
|
||||||
enabled: true
|
enabled: true
|
||||||
editors_menus__commerce_license:
|
editors_menus__commerce_license:
|
||||||
weight: -48
|
weight: -47
|
||||||
menu_name: editors
|
menu_name: editors
|
||||||
parent: editors_menus.commerce
|
parent: editors_menus.commerce
|
||||||
expanded: false
|
expanded: false
|
||||||
|
|
|
@ -1,4 +1,16 @@
|
||||||
menus:
|
menus:
|
||||||
|
-
|
||||||
|
menu_name: header
|
||||||
|
title: Base
|
||||||
|
parent: null
|
||||||
|
uri: 'internal:/base'
|
||||||
|
link_title: ''
|
||||||
|
description: null
|
||||||
|
enabled: '1'
|
||||||
|
expanded: '0'
|
||||||
|
weight: '0'
|
||||||
|
langcode: en
|
||||||
|
uuid: 86002158-fde1-4b33-b217-5cb887a38278
|
||||||
-
|
-
|
||||||
menu_name: editors
|
menu_name: editors
|
||||||
title: Thematiques
|
title: Thematiques
|
||||||
|
@ -44,7 +56,7 @@ menus:
|
||||||
description: null
|
description: null
|
||||||
enabled: '1'
|
enabled: '1'
|
||||||
expanded: '0'
|
expanded: '0'
|
||||||
weight: '-49'
|
weight: '-50'
|
||||||
langcode: en
|
langcode: en
|
||||||
uuid: 27e5f4e1-1ea7-425e-aabb-81404d40a864
|
uuid: 27e5f4e1-1ea7-425e-aabb-81404d40a864
|
||||||
-
|
-
|
||||||
|
@ -68,7 +80,7 @@ menus:
|
||||||
description: null
|
description: null
|
||||||
enabled: '1'
|
enabled: '1'
|
||||||
expanded: '0'
|
expanded: '0'
|
||||||
weight: '-47'
|
weight: '-46'
|
||||||
langcode: en
|
langcode: en
|
||||||
uuid: 91487096-dd83-44e8-9a1b-65751642b8b3
|
uuid: 91487096-dd83-44e8-9a1b-65751642b8b3
|
||||||
-
|
-
|
||||||
|
@ -84,14 +96,14 @@ menus:
|
||||||
langcode: en
|
langcode: en
|
||||||
uuid: cbc6effd-115e-4e17-81d7-ffd4e5bfaffb
|
uuid: cbc6effd-115e-4e17-81d7-ffd4e5bfaffb
|
||||||
-
|
-
|
||||||
menu_name: header
|
menu_name: editors
|
||||||
title: Base
|
title: Carts
|
||||||
parent: null
|
parent: editors_menus.commerce
|
||||||
uri: 'internal:/base'
|
uri: 'internal:/admin/commerce/orders/carts'
|
||||||
link_title: ''
|
link_title: ''
|
||||||
description: null
|
description: null
|
||||||
enabled: '1'
|
enabled: '1'
|
||||||
expanded: '0'
|
expanded: '0'
|
||||||
weight: '0'
|
weight: '-49'
|
||||||
langcode: en
|
langcode: en
|
||||||
uuid: 86002158-fde1-4b33-b217-5cb887a38278
|
uuid: 5b14e014-7aba-4e1b-a619-45177584cf80
|
||||||
|
|
Loading…
Reference in New Issue