Reformat config
This commit is contained in:
14
config.js
14
config.js
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user