Hello, I wish to add a custom property to the json that I model my survey with. The intention is to have a flag, designated by the survey designer, that wont change anything visible with the survey, but will allow us to read this flag as a property of the survey and activate an element of the parent class that houses the survey component accordingly. (working in react)
Example the survey designer wants the survey on our site to be displayed next to a graphic of a flag. so he wants to add that to the json a property called "flaggyMcFlagFace", set to true. then when we load the survey model from the json, we can read that property from the parent component in order to enable the flag picture or not
If there is no way to do this, is there any redundant property that we can repurpose for this instead?