BUGFIX: Missing commas and colons in schema.json
parent
cb58c835e3
commit
55e3af8dd1
|
@ -72,7 +72,7 @@
|
||||||
},
|
},
|
||||||
"texts": {
|
"texts": {
|
||||||
"label": "Interface texts in quiz",
|
"label": "Interface texts in quiz",
|
||||||
"type": "combined"
|
"type": "combined",
|
||||||
"fields": {
|
"fields": {
|
||||||
"prevButton": {
|
"prevButton": {
|
||||||
"label": "Back button",
|
"label": "Back button",
|
||||||
|
@ -100,7 +100,7 @@
|
||||||
"endGame": {
|
"endGame": {
|
||||||
"label": "End game data",
|
"label": "End game data",
|
||||||
"type": "combined",
|
"type": "combined",
|
||||||
"fields" {
|
"fields": {
|
||||||
"showResultPage": {
|
"showResultPage": {
|
||||||
"label": "Show result page",
|
"label": "Show result page",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
@ -140,13 +140,13 @@
|
||||||
},
|
},
|
||||||
"animations": {
|
"animations": {
|
||||||
"label": "Animations",
|
"label": "Animations",
|
||||||
"type": "combined"
|
"type": "combined",
|
||||||
"fields": {
|
"fields": {
|
||||||
"showAnimations": {
|
"showAnimations": {
|
||||||
"label": "Show animations",
|
"label": "Show animations",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": false
|
"default": false
|
||||||
}
|
},
|
||||||
"successResultAnimation": {
|
"successResultAnimation": {
|
||||||
"label": "Result animation for success",
|
"label": "Result animation for success",
|
||||||
"description": "Add animation for successful completion of the quiz",
|
"description": "Add animation for successful completion of the quiz",
|
||||||
|
|
Loading…
Reference in New Issue