feat: add uuid widget (#719)
This commit is contained in:
committed by
GitHub
parent
79877fcd1f
commit
9d96a27952
@ -25,6 +25,7 @@ import {
|
||||
SelectWidget,
|
||||
StringWidget,
|
||||
TextWidget,
|
||||
UUIDWidget,
|
||||
} from './widgets';
|
||||
|
||||
export default function addExtensions() {
|
||||
@ -53,6 +54,7 @@ export default function addExtensions() {
|
||||
SelectWidget(),
|
||||
StringWidget(),
|
||||
TextWidget(),
|
||||
UUIDWidget(),
|
||||
]);
|
||||
|
||||
Object.keys(locales).forEach(locale => {
|
||||
|
Reference in New Issue
Block a user