diff MoinMoin/config/multiconfig.py @ 3789:9173925a53da

config: move page_license_page
author Johannes Berg <johannes AT sipsolutions DOT net>
date Tue, 24 Jun 2008 13:16:03 +0200
parents 951ed1df8ec3
children 4340777f31f9
line wrap: on
line diff
--- a/MoinMoin/config/multiconfig.py	Tue Jun 24 13:13:05 2008 +0200
+++ b/MoinMoin/config/multiconfig.py	Tue Jun 24 13:16:03 2008 +0200
@@ -828,6 +828,7 @@
     ('editor_force', False, "if True, force using the default editor"),
     ('editor_ui', 'freechoice', "Editor choice shown on the user interface, 'freechoice' or 'theonepreferred'"),
     ('page_license_enabled', False, 'if True, show a license hint in page editor.'),
+    ('page_license_page', u'WikiLicense', 'Page linked from the license hint. [Unicode]'),
     ('edit_locking', 'warn 10', "Editor locking policy: `None`, `'warn <timeout in minutes>'`, or `'lock <timeout in minutes>'`"),
     ('edit_ticketing', True, None),
     ('edit_rows', 20, "Default height of the edit box"),
@@ -883,8 +884,6 @@
     ('page_template_regex', ur'(?P<all>(?P<key>\S+)Template)',
      'Pagenames exactly matching this regex are regarded as pages containing templates for new pages [Unicode]'),
 
-    ('page_license_page', u'WikiLicense', 'Page linked from the license hint. [Unicode]'),
-
     ('page_local_spelling_words', u'LocalSpellingWords',
      'Name of the page containing user-provided spellchecker words [Unicode]'),
   )),