Go ahead and expose theme picker by default
might as well let everyone see that out of the gate..right?
This commit is contained in:
parent
77f26f01d4
commit
d00449465f
|
@ -50,6 +50,7 @@ class ConfigExtension(BaseExtension):
|
|||
|
||||
# provide default theme selection
|
||||
config.setdefault('tailbone', 'themes', 'default, falafel')
|
||||
config.setdefault('tailbone', 'themes.expose_picker', 'true')
|
||||
|
||||
|
||||
def expose_vuejs_experiments(config):
|
||||
|
|
Loading…
Reference in a new issue