User: thies.marwitz@matplus.eu clicked save for playground/matplus/thies-marwitz/create-part-information-uischema.json
This commit is contained in:
parent
239b6fc22d
commit
0aa2055724
|
@ -15,5 +15,12 @@
|
||||||
"ui:enableMarkdownInDescription": true,
|
"ui:enableMarkdownInDescription": true,
|
||||||
"ui:description": "Make text **bold** or *italic*. Take a look at other options [here](https://probablyup.com/markdown-to-jsx/)."
|
"ui:description": "Make text **bold** or *italic*. Take a look at other options [here](https://probablyup.com/markdown-to-jsx/)."
|
||||||
},
|
},
|
||||||
|
"serialNumber": {
|
||||||
|
"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/)."
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue