-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathredant.apps-bundle.2.0.json
56 lines (56 loc) · 2.32 KB
/
redant.apps-bundle.2.0.json
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
{
"manifests": {
"redant/apps-bundle": {
"manifest": {
"bundles": {
"RedAnt\\AppsBundle\\AppsBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/apps.yaml": {
"contents": [
"# RedAnt Apps platform",
"#",
"# This file contains your app and menu configuration.",
"#",
"# Example menu structure:",
"#",
"# apps:",
"# dashboard:",
"# icon: 'block layout'",
"# menu:",
"# dashboard: App\\Dashboard\\Controller\\DashboardController::dashboard",
"# location:",
"# icon: 'map marker alternate'",
"# menu:",
"# dashboard: App\\Location\\Controller\\DashboardController::index",
"# graphs:",
"# page_one: App\\Location\\Controller\\GraphController::one",
"# divider: ---",
"# page_two: App\\Location\\Controller\\GraphController::two",
"# help:",
"# icon: 'help'",
"# menu: [] # This app has an empty menu",
"# route: App\\Help\\Controller\\HelpController::index"
],
"executable": false
},
"config/routes/apps.yaml": {
"contents": [
"redant.apps:",
" resource: \"@AppsBundle/Controller\"",
" type: attribute",
" prefix: /apps"
],
"executable": false
}
},
"ref": "d4f9c6e64667d03fb6b8cfb6eb31ae2a4245b7db"
}
}
}