You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Besides the form schema, some Formio form metadata determine the type of form to render, namely the display property.
Currently the /scenarios/{uuid}/form endpoint in Services and Tasks only returns the schema which is passed in as the Formio renderer's components property as follows:
Besides the form schema, some Formio form metadata determine the type of form to render, namely the
display
property.Currently the
/scenarios/{uuid}/form
endpoint in Services and Tasks only returns the schema which is passed in as the Formio renderer'scomponents
property as follows:We need to inject the form
display
property somewhere in there as described in https://github.com/formio/formio.js/wiki/Form-JSON-Schema#form-jsonThe text was updated successfully, but these errors were encountered: