UNPKG

@red-code-mp/mp-builder

Version:

* [Structure](#Structure) * [Route](#Route) * [Endpoints](#Endpoints) * [Table](#Table) * [Lang](#Lang) * [Menu](#Menu) * [Toast](#Toast)

26 lines (24 loc) 916 B
export default { /** * field should not has the default classes * 'cause it affects on its style * @author Amr */ filedHasDefaultClass: ['b-form-input'], /** * static classes * @author Amr */ classes: ['form-control'], /** * custom components * @author Amr */ customComponents: ['select', 'check-box', 'radio', 'date-picker', 'text-area', 'color-picker', 'input-icon', 'repeater', 'translation', 'input', 'table-modal', 'card-modal', 'switch', 'trans', 'input-select', 'text-area-b', 'image', 'attachment', 'tabular', 'cal-table', 'input-tag', 'c-bundle-table', 'collapse', 'json-viewer', 'v-detail', 'checkbox-table','statistics'], advancedComponent: ['table-modal', 'card-modal', 'form-table'], advancedComponent$: ['card-modal', 'form-table'], nested_builder: ['form-table'] }