- Issue created by @justcaldwell
Currently, the only way to declare libraries that Style Selector should attach when during rendering is via the module config page. Investigate a way to allow them to create entries in their own *.libraries.yml file that will be picked up and included as appropriate.
This should also allow removal of style_selector_demo.install.
Scan libraries for style_selector keys, e.g:
style_selector_shared
style_selector_admin
style_selector_theme
Implement a helper method that gathers these "declared" libs and merges with any config libs.
Update anywhere libs are attached to use the new helper method.
Add a way to list libraries provided by other modules/themes on the module config page.
None.
None.
Active
2.0
Code