mirror of
https://github.com/directus/directus.git
synced 2026-02-18 08:01:28 -05:00
Checkboxes (#468)
* Allow custom value option * Add checkboxes interface * Style custom value checkbox better * Fix tests
This commit is contained in:
@@ -8,6 +8,7 @@ import InterfaceWYSIWYG from './wysiwyg/';
|
||||
import InterfaceDropdown from './dropdown/';
|
||||
import InterfaceDropdownMultiselect from './dropdown-multiselect/';
|
||||
import InterfaceRadioButtons from './radio-buttons';
|
||||
import InterfaceCheckboxes from './checkboxes';
|
||||
|
||||
export const interfaces = [
|
||||
InterfaceTextInput,
|
||||
@@ -20,6 +21,7 @@ export const interfaces = [
|
||||
InterfaceDropdown,
|
||||
InterfaceDropdownMultiselect,
|
||||
InterfaceRadioButtons,
|
||||
InterfaceCheckboxes,
|
||||
];
|
||||
|
||||
export default interfaces;
|
||||
|
||||
Reference in New Issue
Block a user