Fixed boardgame validation.

pull/1/head
Frode Petterson 2013-07-09 15:51:27 +02:00
parent 1b9eb78d9a
commit 6fd7e9fe02
1 changed files with 2 additions and 2 deletions

View File

@ -142,7 +142,7 @@
{ {
"name": "successComment", "name": "successComment",
"type": "text", "type": "text",
"widget": "textarea", "widget": "html",
"label": "Passed comment", "label": "Passed comment",
"default": "You did very well!", "default": "You did very well!",
"optional": true, "optional": true,
@ -159,7 +159,7 @@
{ {
"name": "failComment", "name": "failComment",
"type": "text", "type": "text",
"widget": "textarea", "widget": "html",
"label": "Failed comment", "label": "Failed comment",
"default": "This didn't go so well.", "default": "This didn't go so well.",
"optional": true, "optional": true,