29 lines
672 B
JSON
29 lines
672 B
JSON
{
|
|
"routes": [
|
|
{
|
|
"url": "/",
|
|
"role": [ "admin" ],
|
|
"controller" : "/dashboard/DashboardsController",
|
|
"method": "index"
|
|
}
|
|
],
|
|
"models": [
|
|
],
|
|
"views": [
|
|
"dashboards/MainDashboardView"
|
|
],
|
|
"controllerDependencies": [
|
|
"/helpers/basicDialogs",
|
|
"/helpers/validators",
|
|
"/helpers/activeAttributes",
|
|
"/thirdparty/Threetobus/three.module",
|
|
"/thirdparty/Threetobus/OrbitControls.module",
|
|
"/thirdparty/Threetobus/threetobus.module"
|
|
],
|
|
"assets": {
|
|
"styles": [
|
|
],
|
|
"json": [
|
|
]
|
|
}
|
|
} |