Adding settings.json.template example for the toolbar.

This commit is contained in:
cohitre 2013-04-13 12:25:53 -07:00
parent 90837437c5
commit e1961d4353
1 changed files with 16 additions and 0 deletions

View File

@ -97,6 +97,22 @@
},
*/
/* The toolbar buttons configuration.
"toolbar": {
"left": [
["bold", "italic", "underline", "strikethrough"],
["orderedlist", "unorderedlist", "indent", "outdent"],
["undo", "redo"],
["clearauthorship"]
],
"right": [
["importexport", "timeslider", "savedrevision"],
["settings", "embed"],
["showusers"]
]
},
*/
/* The log level we are using, can be: DEBUG, INFO, WARN, ERROR */
"loglevel": "INFO",