Fixed boardgame validation.
parent
1b9eb78d9a
commit
6fd7e9fe02
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue