I have a nice script to spin-up sites with ddev. As part of the script, I'm downloading and installing devel module. I'd like to also use bee to automatically enable "theme debug."
I know how to use bee to change a setting in the devel config file. But, I'm not seeing anything in the install file for theme debug. How do I use bee to enable theme debug?
FYI - Here are some other things I'm doing with bee in this script:
bee status
// run through the install process with these default settings for username and password.
bee install --db-name=backdrop --db-user=backdrop --db-pass=backdrop --username=admin --password=pw9876 --email=test@email.com --site-name="Demo Site" --auto
// download and enable devel module
bee en devel
I tried to change the setting for "rebuild_theme_registry" with the following, but got an error.
bee config-set devel.settings rebuild_theme_registry true
Error Message:
'rebuild_theme_registry' is a complex data type and cannot be set via the command line.
Any thoughts?
Comments
Been doing a bit of research on this issue. It looks like this feature is being worked on, but not yet ready.
https://github.com/backdrop-contrib/bee/issues/277
On the error, this was fixed in a recent merge and will be in the next release, when I get round to it.
Just to confirm that I tested the most recent release off Bee and was able to enable rebuild_theme_registry without the error.