Add info about malformed config files. Fix: #249

This commit is contained in:
Michael Teeuw 2016-05-03 11:18:06 +02:00
parent 93f8ade350
commit a1b3e0778a

View File

@ -38,6 +38,14 @@ var defaults = {
text: "See README for more information."
}
},
{
module: "helloworld",
position: "middle_center",
classes: "xsmall",
config: {
text: "If you get this message while your config file is already<br>created, your config file probably contains an error.<br>Use a javascript linter to validate your file."
}
},
{
module: "helloworld",
position: "bottom_bar",