This was spun off from @wesruv's comment
As a themer I looooooove that I can do all of these things with libraries. The last 3 are kind of "power-usery", but have solid use-cases, IMO. ... In D8 land you're able to do the following to libraries:
- Add new
- Remove entire library
- Add an asset to an existing library
- Remove a single asset from an existing library
- Override a single asset from an existing library
I think getting the 2nd one done would be a huge step forward, but thought the others might be worth mentioning in case we wanted to think about other potential needs.
It'd be nice to add a library removal function, or library alter. But for now I'll recommend this in the tutorial thing I'm working on.
Related: * https://www.drupal.org/docs/8/theming-drupal-8/adding-stylesheets-css-an... * https://www.drupal.org/node/2201089
Recent comments
Hi @Rogelio The best way to do this is by working out what CSS selector to use and add some CSS to format that. Depending how you're theming the site will depend where that CSS goes; some themes...
How to change the format of the Views group title field?
Hi @leeksoup I had a look on one of my sites that uses the module and for form id is: fontyourface-ui-settings-form How I found it: Open the form at admin/config/user-interface/fontyourface Right...
Question about hook_form_FORM_ID_alter
Yes, several views that were disabled in D7 came over to Backdrop as enabled. Perhaps that is related to the file permissions issue I had with the config directory.
How to remove the "Backlinks" tab from display?