summaryrefslogtreecommitdiff
path: root/settings.json.template
diff options
context:
space:
mode:
authorcohitre <carlosrr@gmail.com>2013-04-13 12:25:53 -0700
committercohitre <carlosrr@gmail.com>2013-04-13 12:25:53 -0700
commite1961d43537c216dcad4771ad5c81129d75e66fa (patch)
treecdbf4be5a4899e3ddb85582f3cbdd2755d6bd89d /settings.json.template
parent90837437c58f3510a17ef4807d84ead267f81a25 (diff)
downloadetherpad-lite-e1961d43537c216dcad4771ad5c81129d75e66fa.zip
Adding settings.json.template example for the toolbar.
Diffstat (limited to 'settings.json.template')
-rw-r--r--settings.json.template16
1 files changed, 16 insertions, 0 deletions
diff --git a/settings.json.template b/settings.json.template
index 4b18d780..418a3ddc 100644
--- a/settings.json.template
+++ b/settings.json.template
@@ -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",