-
Notifications
You must be signed in to change notification settings - Fork 44
/
apigee_edge.links.menu.yml
52 lines (45 loc) · 1.32 KB
/
apigee_edge.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
system.admin_config_edge:
title: 'Apigee'
parent: system.admin_config
route_name: apigee_edge.admin_config_edge
apigee_edge.settings:
title: 'General'
description: 'Apigee module settings.'
parent: system.admin_config_edge
route_name: apigee_edge.settings
weight: -10
apigee_edge.developer:
title: 'Developers'
description: 'Developer settings.'
parent: system.admin_config_edge
route_name: apigee_edge.settings.developer
weight: -5
apigee_edge.app:
title: 'Apps'
description: 'App settings.'
parent: system.admin_config_edge
route_name: apigee_edge.settings.app
weight: -8
apigee_edge.general_app:
title: 'General'
description: 'Common settings for Developer- and Team Apps.'
parent: apigee_edge.app
route_name: apigee_edge.settings.general_app
weight: -50
apigee_edge.developer_app:
title: 'Developer Apps'
description: 'Developer Apps related settings.'
parent: apigee_edge.app
route_name: apigee_edge.settings.developer_app
apigee_edge.product:
title: 'API products'
description: 'API product settings.'
parent: system.admin_config_edge
route_name: apigee_edge.settings.product.alias
weight: -2
apigee_edge.apps:
class: Drupal\apigee_edge\Plugin\Menu\AppsListMenuLink
description: "A developer's apps."
route_name: apigee_edge.user.apps
menu_name: account
weight: -30