Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

JSON Format
{
    "FlexFormID": "",
    "Desc" : "',
    "Title": {
		"en" : "",
		"es" : ""
	},
    "FlexGroups": [
        {
            "Title": {
                "en": "Group 1"
            },
            "FlexAttrs": [
                "100001"
            ],
            "Rules": ""
        },
        {
            "Title": {
                "en": "Group 2"
            },
            "FlexAttrs": [
                "100002"
            ],
            "Rules": ""
        },
        {
            "Title": {
                "en": "Group 3"
            },
            "FlexAttrs": [
                "100000"
            ],
            "Rules": ""
        }
    ],
    "Rules" : {
        "${FlexAttrID}" : "",
        "${FlexAttrID}" : ""
    }
}
  • No labels