mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-17 05:31:09 +00:00
9acd2954bb
* some basic updates for unauthed endpoints and the start of a test w/ burnettk * added logic to create public access token if appropriate w/ burnettk * updated message_form_show to return the rjs form w/ burnettk * pyl w/ burnettk * WIP: adding public routes to frontend w/ burnettk * added public message form page to start a process instance w/ burnettk * added api endpoint to submit message task data w/ burnettk * allow switching rjsf themes in customform w/ burnettk * we can submit a public message form w/ burnettk * add message start submit to public exclusion list w/ burnettk * run message submit in synchronous mode w/ burnettk * a little refactoring to get ready for submitting unauthed tasks w/ burnettk * created public controller w/ burnettk * added api endpoint to submit additional public forms w/ burnettk * added ability to submit a second form from the public web ui w/ burnettk * some clean up and show markdown confirmation messages w/ burnettk * added support for instructions and added a logout page for public users w/ burnettk * support instructions for end user on the start message event as well w/ burnettk * minor tweaks to public logout page w/ burnettk * pyl w/ burnettk * log unsupported form in custom form 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/)."
|
|
}
|
|
}
|