Browse Source

add check answer label requirement

pull/76/head
magicmilo 3 years ago
parent
commit
ebdf41764b
  1. 5
      config/forms/schema/generic.json

5
config/forms/schema/generic.json

@ -72,6 +72,11 @@
"type": { "type": {
"description": "", "description": "",
"type": "string" "type": "string"
},
"check_answer_label": {
"description": "",
"type": "string",
"optional": "true"
} }
}, },
"additionalProperties": { "additionalProperties": {

Loading…
Cancel
Save