Files
P42_UI/app/controllers/comms/templates/TemplatesController.json
T
2025-08-27 07:03:09 +00:00

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/"}
]
}
}