BUGFIX: Missing commas and colons in schema.json

d3summaryChart
Frank Ronny Larsen 2013-01-23 21:39:14 +01:00
parent cb58c835e3
commit 55e3af8dd1
1 changed files with 4 additions and 4 deletions

View File

@ -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",