Browse Source

add check answer label requirement

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

7
config/forms/schema/generic.json

@ -72,7 +72,12 @@
"type": { "type": {
"description": "", "description": "",
"type": "string" "type": "string"
} },
"check_answer_label": {
"description": "",
"type": "string",
"optional": "true"
}
}, },
"additionalProperties": { "additionalProperties": {
"hint_text": { "hint_text": {

Loading…
Cancel
Save