Include butterball theme by default for new apps
but it is not "the" default yet..
This commit is contained in:
parent
da6ccf4425
commit
22aceb4d67
|
@ -49,7 +49,7 @@ class ConfigExtension(BaseExtension):
|
||||||
configure_session(config, Session)
|
configure_session(config, Session)
|
||||||
|
|
||||||
# provide default theme selection
|
# provide default theme selection
|
||||||
config.setdefault('tailbone', 'themes.keys', 'default, falafel')
|
config.setdefault('tailbone', 'themes.keys', 'default, butterball')
|
||||||
config.setdefault('tailbone', 'themes.expose_picker', 'true')
|
config.setdefault('tailbone', 'themes.expose_picker', 'true')
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue