-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DX] Allow sub-themes to disable color support inherited by their parent theme #4463
Comments
@klonos many thanks for opening this issue. ... to be more precise: It's currently not only impossible to completely disable color module support in a subtheme if the base theme has it, it's also impossible to get rid of selected base theme color settings. |
Perhaps this was a side-effect of #3348? I have some time to spare, so I may have a go at this. |
#3348 was an improvement for sure, but now we need to do the next step... What's currently not working:
What we might need to implement:
Evaluation will probably go to function color_form_system_theme_settings_alter(), possibly to color_get_info(). Something like:
@klonos what do you think - would this be clear enough from a theme developer and Backdrop user/admin perspective? Any other thoughts here? |
This was brought up in Zulip: https://backdrop.zulipchat.com/#narrow/stream/218635-Backdrop/topic/Sub-theme.2C.20remove.20color.20support
@olafgrabienski
@klonos
@indigoxela
The text was updated successfully, but these errors were encountered: