diff --git a/playground/dan/example/test2-uischema.json b/playground/dan/example/test2-uischema.json deleted file mode 100644 index c0efb481..00000000 --- a/playground/dan/example/test2-uischema.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "firstName": { - "ui:autofocus": true, - "ui:emptyValue": "", - "ui:placeholder": "ui:emptyValue causes this field to always be valid despite being required", - "ui:autocomplete": "family-name", - "ui:enableMarkdownInDescription": true, - "ui:description": "Make text **bold** or *italic*. Take a look at other options [here](https://probablyup.com/markdown-to-jsx/)." - }, - "bio": { - "ui:widget": "textarea" - } -} \ No newline at end of file