Problem/Motivation
On admin/config/wxt/wxt_library, there is a "Files Settings" section with checkboxes for "CSS files" and "Javascript files". These set values in the config variable files.types. This variable is set but not otherwise used. It does not appear to actually control whether or not CSS and JS is added to the page.
Proposed resolution
Remove the "Files Settings" section. Alternatively, it could be made so that it does what it appears to do.
Remaining tasks
Decide what to do. Implement.
User interface changes
Removal of the "Files Settings" section on the config page.
API changes
None.
Data model changes
None.
Issue fork wxt_library-3586578
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 #3
liam morlandComment #4
joseph.olstadThe preference has been for quite some time now that all of the issues in wxt rather than in the sub projects. Previously issues in those other projects have gone unnoticed for long periods of time.
The MR actually should be done to the repo in github rather than d.o since the process is to do the code changes in github which runs all the testing framework and then later it gets pushed into the d.o downstream when a release is ready or close to being ready.