META-INF.dirigible.template-extension-view.template.js Maven / Gradle / Ivy
The newest version!
/*
* Generated by Eclipse Dirigible based on model and template.
*
* Do not modify the content as it may be re-generated again.
*/
export function getTemplate() {
return {
name: "View (UI)",
description: "Generates a basic view",
sources: [{
location: "/template-extension-view/views/view/index.html.template",
action: "generate",
engine: "velocity",
rename: "index.html"
}, {
location: "/template-extension-view/views/view/controller.js.template",
action: "generate",
rename: "js/{{fileName}}.js"
}, {
location: "/template-extension-view/views/view/view.js.template",
action: "generate",
rename: "services/{{fileName}}-view.js"
}, {
location: "/template-extension-view/extensions/views/view.extension.template",
action: "generate",
rename: "extensions/{{fileName}}.extension"
}],
parameters: [{
name: "viewName",
label: "Name"
}],
order: 33
};
};
© 2015 - 2025 Weber Informatics LLC | Privacy Policy