imep-vue-form-builder
Version:
Vue Form Builder PRO MAX built from top of Vue. Super dynamic and flexible including Drag and Drop feature.
34 lines (28 loc) • 609 B
JavaScript
/**
* Roles of Form Builder
* @author Phat Tran
*/
export default {
// global
canEditFormConfigurations: true,
// sections
canAddSection: true,
canEditSection: true,
canDeleteSection: true,
canReOrderingSection: true,
// rows/tab
canAddRow: true,
canEditRow: true,
canDeleteRow: true,
canReOrderingRow: true,
// controls
canAddControl: true,
canEditControl: true,
canDeleteControl: true,
canReOrderingControl: true,
// control-inner
canUpdateControlBasicDetail: true,
canUpdateControlStyling: true,
canUpdateControlValidation: true,
canUpdateControlSpecialConfiguration: true,
}