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.
I'm creating a website for an animal rescue using Drupal 8. I'm a developer but I don't have experience with Drupal so I've been following some online courses and now I understand it way better, but I still have lots of problems with the theming part.
I am playing with the CodeSnippet module. It highlights code snippets in my Drupal 8 articles brilliantly. Can the CodeSnippet module also number code snippets?
I am new to drupal development. I have created a Field Widget and it has some javascript code in it. I want to access drupal and CkEditor version which I am running.
For CKEditor I could access it directly by using it global object CKEDITOR.version, but how do I access drupal version?
Does the Drupal or drupalSettings js object contain version information?
As I understand it, the new Group module support all entities, yet there is a specific sub module for Nodes.
Why is a special submodule needed for Nodes - ar ethey not entities? How about entities built with ECK, and Taxonomy vocabularies and values?
My usecase is to control access to taxonomy vocabs and values assocaited with group membership., i.e., each group would have its own taxonomy vocab list values.