unclean SPARC
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"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/"}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user