From d00449465f3553678c9f595ffd01b73856fac196 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 29 Jan 2020 22:20:53 -0600 Subject: [PATCH] Go ahead and expose theme picker by default might as well let everyone see that out of the gate..right? --- tailbone/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tailbone/config.py b/tailbone/config.py index b39a495a..aa15dc07 100644 --- a/tailbone/config.py +++ b/tailbone/config.py @@ -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):