šŸ‘‹   Hi, I'm Mike Herchel, and I use Drupal, CSS, JavaScript, and other technologies to kick various asses throughout cyberspace.

By mherchel, 12 March, 2023

Single directory components (SDC) is the biggest paradigm shift in Drupal since the introduction of Twig in 2013! At its core, SDC allows you to gather related files from a component (CSS, JS, Twig), and group them into one directory. SDC will automatically generate the library and load it when the component is called.

Tags

By mherchel, 7 December, 2022
In this article, Iā€™ll walk you through the steps of sending confirmation and rejection emails when a field is changed to indicate the session is accepted or rejected. Weā€™ll also display a confirmation message to the user that emails have been sent out.

Tags