From e1961d43537c216dcad4771ad5c81129d75e66fa Mon Sep 17 00:00:00 2001 From: cohitre Date: Sat, 13 Apr 2013 12:25:53 -0700 Subject: [PATCH] Adding settings.json.template example for the toolbar. --- settings.json.template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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",