Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
With Drupal 8 "officially" being new, (been working with it since 2012), I've been finding that along the road to getting everything working I want, I'm constantly doing things for which no standard documentation exists and considering the methodologies used, none is likely to ever make its way into the official documentation.
I'm currently playing around with / attempting to create a theme from scratch. I'm now looking to clean things up a little bit and remove much of the default libraries / css / javascript that is added. I've managed to remove modernizr but my biggest issue is figuring out how the paths relate to the actual libraries.
example: There is a piece of javascript called collapse.js which doesn't seem to be remove by core/misc/collapse, core/collapse etc.
I'm trying to start learning Drupal 8 after some exposure to Drupal 7. I'd like to attach a javascript library to every page call. I created a directory for my module called flot_d8 I created an info file, flot_d8.info.yml. My understanding is, the libraries section should insert the javascript on every page load:
Hi everybody!
I want to know how to translate or modify date format for Urdu language. I have enabled all four multilingual modules all works fine just need little help with date formats. I want to write day and month names in Urdu. Thanks in advance....