We are in the process of converting all the dialogs to Touch.
We noticed that in the classic UI: We could use /bin/wcm/foundation/forms/constraints.json
Sample:
<constraintType
jcr:primaryType="cq:Widget"
fieldLabel="Constraint"
name="./constraintType"
options="/bin/wcm/foundation/forms/constraints.json"
type="select"
xtype="selection"/>
What's the equivalent for the above in Touch UI?