Salsa Digital: Drupal CO2 — a complete Drupal self-help guide to reducing your website's carbon footprint and impact on the environment
Salsa Digital: Drupal patching — a complete Drupal self-help guide for effective patch management to keep your website up-to-date, stable and secure
Matt Glaman: Book Review: Modernizing Drupal 10 Theme Development
I just finished reading Modernizing Drupal 10 Theme Development published by Packt Publishing by Luca Lusso. Don't let the title make you think it is about theme development. The book provides excellent coverage of general Drupal knowledge, so much so that I highly recommend this book as a go-to resource for any frontend or full-stack developer new to Drupal. I'd also recommend it for any backend developer working on a large team so that they understand the work their frontend colleagues are performing and how to assist them best.
I enjoyed the flow of the chapters. Reading this book made me think back to when I had my first job building websites, which was primarily front-end development. The book takes you down the journey of a developer tasked to implement a design onto a Drupal site.
qtatech.com blog: Demystifying Decoupled Drupal with NextJS
Have you ever heard of decoupled Drupal with NextJS? It is a powerful combination of technologies that can help developers to create dynamic web applications. One such approach that has gained immense popularity is the combination of Decoupled Drupal and NextJS.
Specbee: Your Guide to the World of Drupal Developer Roles
Salsa Digital: Drupal accessibility — a comprehensive Drupal self-help guide to creating accessible websites
Salsa Digital: Drupal performance — a complete Drupal self-help guide to ensuring your website’s performance
Talking Drupal: Talking Drupal #417 - The Recipes Initiative
Today we are talking about The Recipes Initiative, the future of install profiles, if distros are still a thing, and answering a bunch of listener questions with our guest Jim Birch. We’ll also cover Quick Links Kit as our module of the week.
For show notes visit: www.talkingDrupal.com/417
Topics- What are recipes
- How do you use recipes
- Is it a module, configuration or something else
- How do recipes compare to install profiles
- Are you stuck with them
- What happens if the config is changed
- Are there namespace collisions
- How do recipes compare with Distributions
- Can you include content
- Listener James: Can recipes uninstall modules
- Can we use recipes now
- When will recipes be in core
- Can recipes be used by tests
- Listener Andy: Can recipes and startkits interact
- Can themes require recipes
- Listener Matthieu: How do recipes compare with Symfony recipes
- Listener James: How easy will it be to make custom recipes
- Listener Matthieu: Should contrib maintainers be watching recipes
- How can we get involved
- Jim’s Design 4 Drupal Talk Recipes
- Recipes Drupal Project Page
- Strategic Initiative Page
- Cioppino
- php core/scripts/drupal recipe PATH/TO/RECIPE
- config actions issue
- infrastructure project meeting thread
- Kevin Quillen blog post - Create Recipes
Jim Birch - @jimbirch
HostsNic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi Jen Lampton - jenlampton.com - jenlampton
MOTW CorrespondentMartin Anderson-Clutz - @mandclu
- Brief description:
- Have you ever needed to add a set of quick links, essentially visual navigation prompts, to the home page or section pages of your Drupal site?
- Quick Links Kit (different from Quicklink module created by last week’s guest, Mike Herschel)
- Brief history
- How old: I created in Apr 2021
- Versions available:
- 1.0.6 that supports Drupal 8, 9, and 10, and 2.0.1 that supports only D10
- Maintainership
- Sporadically maintained, but a pretty simple module
- Number of open issues:
- 1, and it’s not a bug
- Usage stats:
- 1 site
- Maintainer(s):
- Me!
- Module features and usage
- The module is really just a set of configuration, with an optional submodule that sets everything up, including the placement of the block on the home page, for sites using Olivero as their theme, so it’s perfect for a fresh install of Drupal
- It allows for SVG icons to be set for each link, and sets their fill to inherit from the link style
- The links can be created and managed without leaving the page on which they’re used, by using the settings tray, though it would be a quick configuration change to use a modal or a separate page instead, if preferred.
- The 2.0 version also makes use of Drupal 10’s new responsive grid views display, so if you’ve wanting to try that out, this is an easy way to get started
- I thought this module was appropriate for today’s episode because it’s an example of a module that will be a recipe once the infrastructure for them is ready. That said, the Olivero submodule does currently contain a little CSS to improve the display of the links, but that could easily be copied into your site’s custom theme.
Metadrop: Sevilla Drupal Camp Behat workshop
For this year's Drupal Camp a joint effort has been made to offer three different workshops on testing with Drupal. One of them was a Behat workshop where a theoretical basis was given and different practical exercises with Behat were proposed.
Through this article we want to make this same Behat workshop available to anyone who is interested so that they access the presentation and the exercises. Unfortunately, the slides are only available in Spanish. However, the exercises are written in English so even if you don't speak Spanish you may benefit of doing the practical part.
The workshop
The workshop uses two repositories, the first is a presentation used as a guide for the workshop, and the second is a pre-configured environment with Behat ready to be run.
The presentation can be viewed online directly from the browser. It consists of three parts:
- A very basic introduction to Behat, supported by more…