Reformat config

This commit is contained in:
ville rantanen
2018-12-09 09:21:56 +02:00
parent d4ce7bab20
commit 86572856b1

View File

@@ -1,7 +1,7 @@
config.source="example_links.txt"; config.title = "MDLinks";
config.columns=3; config.source = "example_links.txt";
config.narrow=500; // less than N pixels window results in single column config.columns = 3;
config.title="MDLinks"; config.narrow = 500; // less than N pixels window results in single column
config.favicon=null; // link to favicon config.favicon = null; // link to favicon
config.css=null; // link to style file config.style = null; // link to style file
config.foldCategories=true; // in single column mode (< narrow width) fold out-of-screen categories config.foldCategories = true; // in single column mode (< narrow width) fold out-of-screen categories