-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccount.links.task.yml
90 lines (73 loc) · 2.25 KB
/
account.links.task.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# Account routing definition
entity.account.canonical:
route_name: entity.account.canonical
base_route: entity.account.canonical
title: 'View'
entity.account.edit_form:
route_name: entity.account.edit_form
base_route: entity.account.canonical
title: 'Edit'
entity.account.delete_form:
route_name: entity.account.delete_form
base_route: entity.account.canonical
title: Delete
weight: 10
# Ledger routing definition
ledger.settings_tab:
route_name: ledger.settings
title: 'Settings'
base_route: ledger.settings
entity.ledger.canonical:
route_name: entity.ledger.canonical
parent_id: entity.account.collection
title: 'View'
entity.ledger.edit_form:
route_name: entity.ledger.edit_form
parent_id: entity.account.collection
title: 'Edit'
entity.ledger.delete_form:
route_name: entity.ledger.delete_form
parent_id: entity.account.collection
title: 'Delete'
weight: 10
entity.ledger.collection:
title: 'Ledgers'
route_name: entity.ledger.collection
base_route: entity.account.canonical
weight: 16
# Transfer method routing definition
account_transfer_method.settings_tab:
route_name: account_transfer_method.settings
title: 'Settings'
base_route: account_transfer_method.settings
entity.account_transfer_method.canonical:
route_name: entity.account_transfer_method.canonical
base_route: entity.account_transfer_method.canonical
title: 'View'
entity.account_transfer_method.edit_form:
route_name: entity.account_transfer_method.edit_form
base_route: entity.account_transfer_method.canonical
title: 'Edit'
entity.account_transfer_method.delete_form:
route_name: entity.account_transfer_method.delete_form
base_route: entity.account_transfer_method.canonical
title: Delete
weight: 10
# Withdraw routing definition
withdraw.settings_tab:
route_name: withdraw.settings
title: 'Settings'
base_route: withdraw.settings
entity.withdraw.canonical:
route_name: entity.withdraw.canonical
base_route: entity.withdraw.canonical
title: 'View'
entity.withdraw.edit_form:
route_name: entity.withdraw.edit_form
base_route: entity.withdraw.canonical
title: 'Edit'
entity.withdraw.delete_form:
route_name: entity.withdraw.delete_form
base_route: entity.withdraw.canonical
title: Delete
weight: 10