forked from drupalcommerce/commerce
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommerce.links.task.yml
More file actions
31 lines (26 loc) · 868 Bytes
/
commerce.links.task.yml
File metadata and controls
31 lines (26 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
entity.commerce_store.list:
route_name: entity.commerce_store.list
base_route: entity.commerce_store.list
title: List
entity.commerce_store.edit_form:
route_name: entity.commerce_store.edit_form
base_route: entity.commerce_store.edit_form
title: Edit
entity.commerce_store.devel:
route_name: entity.commerce_store.devel
base_route: entity.commerce_store.edit_form
title: Devel
weight: 10
entity.commerce_store_type.list:
route_name: entity.commerce_store_type.list
base_route: entity.commerce_store.list
title: Store types
entity.commerce_store_type.edit_form:
route_name: entity.commerce_store_type.edit_form
base_route: entity.commerce_store_type.edit_form
title: Edit
entity.commerce_store_type.devel:
route_name: entity.commerce_store_type.devel
base_route: entity.commerce_store_type.edit_form
title: Devel
weight: 10