-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbt_core.links.menu.yml
executable file
·39 lines (34 loc) · 1 KB
/
bt_core.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
bt_panel_menu:
title: 'App Dashboard'
description: 'Dashboard Application'
route_name: bt_core.app
weight: -1
menu_name: bt-menu-app
bt_user_permissions:
title: 'Permissions'
description: 'Manage user permissions.'
route_name: user.admin_permissions
parent: entity.user.collection
weight: -100
bt_user_roles:
title: 'Roles'
description: 'Manage user roles.'
route_name: entity.user_role.collection
parent: entity.user.collection
weight: 90
bt_user_personas:
title: 'Personas'
description: 'Manage user personas.'
route_name: entity.persona.collection
parent: entity.user.collection
weight: 100
entity.multifield_type.collection:
title: 'Multifield types'
parent: system.admin_structure
description: 'Manage and CRUD actions on Multifield type.'
route_name: entity.multifield_type.collection
entity.multifield.collection:
title: 'Multifield'
parent: system.admin_structure
description: 'Manage and CRUD actions on Multifield.'
route_name: entity.multifield.collection