UNPKG

@krobotech/v-form-builder

Version:

Vue Form Builder PRO MAX built from top of Vue. Super dynamic and flexible including Drag and Drop feature.

24 lines (19 loc) 436 B
/** * Form-Configuration for Vue-Form-Builder * @author Phat Tran */ const FORM_DEFAULT_DATA = { headline: "", subHeadline: "", isShowHeadline: false, // <form></form> tag ?? renderFormTag: false, formActionURL: "", formMethod: "POST", // Server-Side validation enableServerSideValidation: false, serverSideValidationEndpoint: "" }; export { FORM_DEFAULT_DATA }