mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Support UUID in text-input
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user