META-INF.dirigible.template-form-builder-angularjs.ui.view.js.template Maven / Gradle / Ivy
/*
* Generated by Eclipse Dirigible based on model and template.
*
* Do not modify the content as it may be re-generated again.
*/
const viewData = {
id: "$projectName-form",
label: "$projectName Form",
factory: "frame",
region: "bottom",
link: "$projectName/gen/$genFolderName/forms/$fileName/index.html",
};
if (typeof exports !== 'undefined') {
exports.getView = function () {
return viewData;
}
}