Hi, I'm converting form component's classic UI dialog to Touch UI dialog. I see constraint Type dropdown for which options are coming from the following path.
/bin/wcm/foundation/forms/constraint.json
Can someone please guide me if there is any direct way to get the JSON list from the above path in Touch UI instead of writing the backend code to fetch the data (like SELECT * FROM [sling:Folder] AS s WHERE ISDESCENDANTNODE('/') and s.[sling:resourceType] = 'foundation/components/form/constraint').