ComputerMinds.co.uk: My text filter’s placeholder content disappeared!

A story of contributing a fix to Drupal... and a pragmatic workaround When I upgraded a site from Drupal 10.1 to 10.2, I discovered a particularly serious bug: the login form on our client's site vanished ... which was pretty serious for this site which hid all content behind a…

Continue ReadingComputerMinds.co.uk: My text filter’s placeholder content disappeared!

LakeDrops Drupal Consulting, Development and Hosting: ECA 2.0.0 has been released for Drupal 10.3 and 11

ECA 2.0.0 has been released for Drupal 10.3 and 11 Jürgen Haas Wed, 19.06.2024 - 10:41 Almost 2 years ago, ECA 1.0.0 was published, and a lot happened in the 23 months in between. Today, ECA gets its first major update which comes not only with a ton of new…

Continue ReadingLakeDrops Drupal Consulting, Development and Hosting: ECA 2.0.0 has been released for Drupal 10.3 and 11

Mario Hernandez: Flexible Headings with Twig

Proper use of headings h1-h6 in your project presents many advantages incuding semantic markup, better SEO ranking and better accesibility. Updated April 3, 2020 Building websites using the component based approach presents all kinds of advantages over the traditional page building approach. Today I’m going to show how to create…

Continue ReadingMario Hernandez: Flexible Headings with Twig

Mario Hernandez: Handling Drupal attributes in components

In Drupal's twig templates you'll often see an attributes variable being output within the template. This variable is how core and contrib modules inject their CSS classes, an ID, or data attributes onto template markup. You'll also find title_prefix and title_suffix variables. These are used by core and contrib modules…

Continue ReadingMario Hernandez: Handling Drupal attributes in components