39 lines
1.3 KiB
JSON
39 lines
1.3 KiB
JSON
{
|
|
"routes": [
|
|
{
|
|
"url": "/templates",
|
|
"role": [ "EIC_Dev", "EIC_Admin" ],
|
|
"controller" : "comms/templates/TemplatesController",
|
|
"method": "search"
|
|
},
|
|
{
|
|
"url": "/:id",
|
|
"role": [ "EIC_Dev", "EIC_Admin" ],
|
|
"controller" : "comms/templates/TemplatesController",
|
|
"method": "tplAction"
|
|
}
|
|
],
|
|
"models": [ "comms/templates/TemplatesModel" ],
|
|
"views": [
|
|
"comms/templates/manager/TemplatesManagerView",
|
|
"comms/templates/editor/TemplatesEditorView",
|
|
"comms/templates/dialogs/TemplatesMailTestDialog",
|
|
"comms/templates/dialogs/TemplatesUplImgDialog",
|
|
"comms/templates/dialogs/TemplatesDecisionDialog",
|
|
"templates/Ffs/dialogs/FileBrowserDialog"
|
|
],
|
|
"controllerDependencies": [
|
|
"/helpers/basicDialogs",
|
|
"/helpers/translator",
|
|
"/helpers/validators",
|
|
"/helpers/activeAttributes",
|
|
"/libs/Ffs/fakeFileSystem",
|
|
"/thirdparty/eicui/plugins/HtmlEditor/HtmlEditor",
|
|
"/thirdparty/eicui/plugins/FileUpload/FileUpload"
|
|
],
|
|
"assets": {
|
|
"styles": [
|
|
{"name":"FileUpload.css", "path":"/app/thirdparty/eicui/plugins/FileUpload/"}
|
|
]
|
|
}
|
|
} |