Skip to content

Instantly share code, notes, and snippets.

@lucis
Created May 9, 2022 14:03
Show Gist options
  • Save lucis/73e0554c30a973196b44abc3a366815d to your computer and use it in GitHub Desktop.
Save lucis/73e0554c30a973196b44abc3a366815d to your computer and use it in GitHub Desktop.
{
"version": "v1",
"compose": {
"blockType": "seen-by",
"position": "prepend"
},
"items": [
{
"label": "asdasd",
"name": "fVQ7",
"fieldType": "questionSingleSelect",
"type": "field",
"required": false,
"settings": {
"options": [
{
"value": "yes",
"label": "Yes",
"name": "fVQ7",
"theme": {
"backgroundColor": "tagCoastGreen"
}
},
{
"value": "no",
"label": "No",
"name": "fVQ7",
"theme": {
"backgroundColor": "tagPink"
}
},
{
"value": "na",
"label": "N/A",
"name": "fVQ7",
"theme": {
"backgroundColor": "tagGray"
}
}
],
"validation": {
"max": 1
},
"readOnly": true
},
"placeholder": "asdasd"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment