Problem/Motivation
When dealing with sub-themes generating from a theme in the contrib space that could have a lot of themes off-the-shelf (i.e. DaisyUI: https://daisyui.com/docs/themes/), it would be useful to have the ability to disable the themes we don't want to see/use in the sub-theme.
Changes
Add and manage a new key (example: disable) in the ThemeDefinition.php
Issue fork ui_skins-3540042
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
g4mbiniComment #4
grimreaperComment #6
grimreaperComment #7
g4mbiniI confirm that putting
enabled: FALSEin theui_skins.themes.ymlfile make skins disappear from/admin/appearance/settings/my_theme.Thanks @Grimreaper !
Comment #8
g4mbiniComment #10
grimreaper