Mercurial > moin > 1.9
changeset 1741:7919292b1e24
multiconfig: edit_bar var added
author | Reimar Bauer <rb.proj AT googlemail DOT com> |
---|---|
date | Sun, 14 Jan 2007 00:43:42 +0100 |
parents | 2f37f1914570 |
children | 7b419bd3b2cf |
files | MoinMoin/config/multiconfig.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/config/multiconfig.py Sat Jan 13 23:43:37 2007 +0100 +++ b/MoinMoin/config/multiconfig.py Sun Jan 14 00:43:42 2007 +0100 @@ -235,6 +235,7 @@ default_markup = 'wiki' docbook_html_dir = r"/usr/share/xml/docbook/stylesheet/nwalsh/html/" # correct for debian sarge + edit_bar = ['Edit', 'Discussion', 'Info', 'Subscribe', 'Quicklink', 'Attachments', 'ActionsMenu'] editor_default = 'text' # which editor is called when nothing is specified editor_ui = 'freechoice' # which editor links are shown on user interface editor_force = False