
META-INF.dirigible.template-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: 'Basic Dirigible View',
image: '/services/web/template-view/template-image/view.svg',
sources: [{
location: '/template-view/index.html.template',
action: 'generate',
engine: 'velocity',
rename: '{{fileName}}.html'
}, {
location: '/template-view/js/view.js.template',
action: 'generate',
rename: 'js/{{fileName}}.js'
}, {
location: '/template-view/configs/view.js.template',
action: 'generate',
rename: 'configs/{{fileName}}-view.js'
}, {
location: '/template-view/extensions/view.extension.template',
action: 'generate',
rename: 'extensions/{{fileName}}.extension'
}],
parameters: [{
name: 'viewId',
label: 'Unique View Id'
}, {
name: 'viewName',
label: 'Name'
}],
order: 10
};
};
© 2015 - 2025 Weber Informatics LLC | Privacy Policy