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