CMS: Default changed and added Parameter to config_example
This commit is contained in:
parent
856e307068
commit
cc614f0ee4
@ -4,7 +4,10 @@
|
|||||||
#
|
#
|
||||||
# Piki Setting
|
# Piki Setting
|
||||||
#
|
#
|
||||||
|
# The root page to be used
|
||||||
STARTPAGE = "startpage"
|
STARTPAGE = "startpage"
|
||||||
|
# Activate content management system (view)
|
||||||
|
# CMS_MODE = True
|
||||||
|
|
||||||
#
|
#
|
||||||
# Users library
|
# Users library
|
||||||
|
@ -11,7 +11,7 @@ def no_access(*args, **kwargs):
|
|||||||
|
|
||||||
|
|
||||||
DEFAULTS = {
|
DEFAULTS = {
|
||||||
CMS_MODE: True,
|
CMS_MODE: False,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user