mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-12 18:44:14 +00:00
a12d2883c1
* added most of the code needed to generate a bpmn unit test from a process instance w/ burnettk * pyl and tests are passing * renamed some files and some clean up * added api method to generate test case w/ burnettk * debugging the generate test api w/ burnettk * test case generator test case is now passing w/ burnettk * added test for TaskMismatchError w/ burnettk * added support for extension to create bpmn unit tests with the api w/ burnettk * coderabbit and typeguard fixes w/ burnettk --------- Co-authored-by: jasquat <jasquat@users.noreply.github.com>
11 lines
391 B
JSON
11 lines
391 B
JSON
{
|
|
"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/)."
|
|
}
|
|
}
|