|
| 1 | +commerce_order.configuration: |
| 2 | + title: 'Orders' |
| 3 | + route_name: 'commerce_order.configuration' |
| 4 | + parent: 'commerce.configuration' |
| 5 | + weight: -5 |
| 6 | + |
1 | 7 | entity.commerce_order.collection: |
2 | | - title: Orders |
3 | | - route_name: entity.commerce_order.collection |
4 | | - parent: commerce.admin_commerce |
| 8 | + title: 'Orders' |
| 9 | + route_name: 'entity.commerce_order.collection' |
| 10 | + parent: 'commerce.admin_commerce' |
5 | 11 | description: 'Manage your orders.' |
6 | 12 |
|
7 | 13 | entity.commerce_order_type.collection: |
8 | | - title: Order types |
9 | | - route_name: entity.commerce_order_type.collection |
10 | | - parent: commerce.configuration |
11 | | - description: 'Manage your order types.' |
| 14 | + title: 'Order types' |
| 15 | + route_name: 'entity.commerce_order_type.collection' |
| 16 | + parent: 'commerce_order.configuration' |
| 17 | + description: 'Manage fields, form and display settings for your orders.' |
| 18 | + weight: -10 |
12 | 19 |
|
13 | 20 | entity.commerce_order_item_type.collection: |
14 | | - title: Order item types |
15 | | - route_name: entity.commerce_order_item_type.collection |
16 | | - parent: commerce.configuration |
17 | | - description: 'Manage your order item types.' |
| 21 | + title: 'Order item types' |
| 22 | + route_name: 'entity.commerce_order_item_type.collection' |
| 23 | + parent: 'commerce_order.configuration' |
| 24 | + description: 'Manage fields, form and display settings for your order items.' |
| 25 | + weight: -5 |
0 commit comments