feat: add uuid widget (#719)

This commit is contained in:
Daniel Lautzenheiser
2023-04-20 12:55:49 -04:00
committed by GitHub
parent 79877fcd1f
commit 9d96a27952
17 changed files with 423 additions and 13 deletions

View File

@ -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 => {