Support UUID in text-input

This commit is contained in:
rijkvanzanten
2020-08-13 17:16:21 -04:00
parent 1851693cff
commit 4a7f65cf6e

View File

@@ -6,7 +6,7 @@ export default defineInterface(({ i18n }) => ({
name: i18n.t('text_input'),
icon: 'text_fields',
component: InterfaceTextInput,
types: ['string'],
types: ['string', 'uuid'],
options: [
{
field: 'placeholder',