-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcommerce_rma.links.action.yml
33 lines (31 loc) · 1.08 KB
/
commerce_rma.links.action.yml
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
32
33
entity.commerce_return_type.add_form:
route_name: entity.commerce_return_type.add_form
title: 'Add Return Type'
appears_on:
- entity.commerce_return_type.collection
entity.commerce_return_reason.add_form:
route_name: entity.commerce_return_reason.add_form
title: 'Add Return Reason'
appears_on:
- entity.commerce_return_reason.collection
entity.commerce_return_item.add_form:
route_name: entity.commerce_return_item.add_page
title: 'Add Return item'
appears_on:
- entity.commerce_return_item.collection
entity.commerce_return_item_type.add_form:
route_name: entity.commerce_return_item_type.add_form
title: 'Add Return Item type'
appears_on:
- entity.commerce_return_item_type.collection
entity.commerce_return.add_page:
route_name: entity.commerce_return.add_page
title: 'Return or replace items'
appears_on:
- entity.commerce_return.collection
entity.commerce_return.add_user:
route_name: entity.commerce_return.add_user_page
title: 'Return or replace items'
appears_on:
- entity.commerce_order.user_view
- entity.commerce_return.user_view