-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccount.links.menu.yml
55 lines (44 loc) · 1.41 KB
/
account.links.menu.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
account.admin_root:
title: 'Finance'
route_name: 'account.admin'
parent: 'system.admin'
weight: -10
account.admin_root.config:
title: 'Configuration'
route_name: 'account.admin.config'
parent: 'account.admin_root'
weight: 999
entity.account_type.collection:
title: 'Account type'
route_name: entity.account_type.collection
description: 'List Account type (bundles)'
parent: account.admin_root.config
weight: 1
entity.account_transfer_gateway.collection:
title: 'Transfer gateway'
route_name: entity.account_transfer_gateway.collection
description: 'List Transfer gateway (bundles)'
parent: account.admin_root.config
weight: 99
entity.account.collection:
title: 'Accounts'
route_name: entity.account.collection
parent: account.admin_root
weight: 100
entity.account_transfer_method.collection:
title: 'Transfer method list'
route_name: entity.account_transfer_method.collection
description: 'Manage transfer methods that created by users, each transfer method configured in different transfer account information.'
parent: account.admin_root
weight: 100
entity.withdraw.collection:
title: 'Withdraw list'
route_name: entity.withdraw.collection
parent: account.admin_root
weight: 100
entity.withdraw.collection.views:
title: 'Withdraw view list'
route_name: view.withdraw_admin.page_1
route_parameters: { account_type: 'all' }
parent: account.admin_root
weight: 100