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:
Lance Edgar 2020-01-29 22:20:53 -06:00
parent 77f26f01d4
commit d00449465f

View file

@ -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):