mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-05 04:49:44 +00:00
Add attachments to workflow
This commit is contained in:
@@ -150,6 +150,10 @@ module.exports = function (encore, entries) {
|
||||
"mod_news",
|
||||
__dirname + "/Resources/public/module/news/index.js",
|
||||
);
|
||||
encore.addEntry(
|
||||
"mod_workflow_attachment",
|
||||
__dirname + "/Resources/public/vuejs/WorkflowAttachment/index",
|
||||
);
|
||||
|
||||
// Vue entrypoints
|
||||
encore.addEntry(
|
||||
|
Reference in New Issue
Block a user