All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.dirigible.template-form.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: "Form Definition (UI)",
		description: "Form Sample Template",
		sources: [{
			location: "/template-form/form/project.json.template",
			action: "generate",
			rename: "project.json"
		}, {
			location: "/template-form/form/tsconfig.json.template",
			action: "copy",
			rename: "tsconfig.json"
		}, {
			location: "/template-form/form/products.ts.template",
			action: "copy",
			rename: "api/products.ts"
		}, {
			location: "/template-form/form/orders.ts.template",
			action: "copy",
			rename: "api/orders.ts"
		}, {
			location: "/template-form/form/shippingOptions.json.template",
			action: "copy",
			rename: "api/shippingOptions.json"
		}, {
			location: "/template-form/form/order.form.template",
			action: "generate",
			rename: "order.form"
		}],
		parameters: [],
		order: 2
	};
};




© 2015 - 2025 Weber Informatics LLC | Privacy Policy