Active
Project:
Webform JSON Schema
Version:
2.0.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
27 Jan 2022 at 07:52 UTC
Updated:
18 Mar 2022 at 09:06 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
sceefo commentedComment #3
sceefo commentedComment #4
sceefo commentedPatch to add description to elements.
Comment #5
sceefo commentedHere is added confirmation messages html tags into submission reply by removing strip_tags. There could be a way to find out which format is used and use that to allow certain list of tags, but for now the confirmation message is given by administrator and the format is needed on REACT app.
Comment #6
sceefo commentedThis is a special webform element handling to transformer.
We needed an element for decoupled system to know that it is file upload to 3rd party bucket and return file tokens as string.
There most likely should be a property in every or most of the webform elements that you could add some property for jsonschema but that would be extra step for content creators and not as self explanatory as own element for the job.
I will add the element used in our project if someone needs it. Base was WebformExampleElement and modified the element to extend TextBase.
Comment #7
sceefo commentedSwitching to use pattern for sending the info about decoupled-file field to comply with jsonschema standard.
Comment #8
sceefo commentedSwitch from pattern property to format.