META-INF.dirigible.template-database-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: "Database View (Model)",
description: "Database View Template",
sources: [{
location: "/template-database-view/database.view.template",
action: "generate",
rename: "{{fileName}}.view"
}],
parameters: [{
name: "viewName",
label: "View Name"
}],
order: 41
};
};
© 2015 - 2025 Weber Informatics LLC | Privacy Policy