Problem/Motivation
TODO
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork ui_suite_daisyui-3569362
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 #4
nickolajAdds a "Default color theme" setting to theme settings that allows administrators to choose which DaisyUI theme (light, dark, or any other) should be applied by default via the data-theme attribute on the HTML element.
Comment #5
g4mbini@nickolaj thanks for your MR.
I prefer to opt for an approach with config file loaded on install in
config/install/ui_suite_daisyui.settings.ymlas follows :Comment #8
g4mbini