mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Split up v-form, add repeater (#557)
* Add translation strings * Move type styles to mixins * Add repeater interface * Prevent stepper buttons when disabled * Split up v-form * Support disabled in repeater
This commit is contained in:
@@ -18,6 +18,7 @@ import InterfaceOneToMany from './one-to-many';
|
||||
import InterfaceHash from './hash';
|
||||
import InterfaceSlug from './slug';
|
||||
import InterfaceUser from './user';
|
||||
import InterfaceRepeater from './repeater';
|
||||
|
||||
export const interfaces = [
|
||||
InterfaceTextInput,
|
||||
@@ -40,6 +41,7 @@ export const interfaces = [
|
||||
InterfaceHash,
|
||||
InterfaceSlug,
|
||||
InterfaceUser,
|
||||
InterfaceRepeater,
|
||||
];
|
||||
|
||||
export default interfaces;
|
||||
|
||||
Reference in New Issue
Block a user