error

  • The page you requested does not exist. For your convenience, a search was performed using the query articles OR module OR monday OR tab OR name OR tweaker.
About searching

Search results

  1. Sending an Article's Publish Date to Google Analytics

    … receives lots of search traffic. Some of our top-performing articles are six years old. This is great. It validates our … If you're using Drupal, the  dataLayer module exposes several attributes of the page by … { return; } $route_name = \Drupal::routeMatch()->getRouteName(); if …

  2. From Lando to DDEV: Replacing Custom Shell Scripts with Drainpipe

    … configuration for a Drupal 11 project is minimal: name: myproject type: drupal11 docroot: … code" cmds: - ./vendor/bin/parallel-lint -e php,module,inc,install docroot/modules/custom - … twice because of a dependency ordering issue. A specific module might need to be uninstalled before the configuration …

  3. The New Storybook Module for Drupal

    The New Storybook Module for Drupal … 'Components/Examples/Card' } %}  {% story first with { name: '1. Default', args: { foo: 'bar' } } %}    {# … Also, note how the Controls tab lets you update the variables passed into Twig in real …

  4. Twenty Years of Lullabot

    … issue queue. Matt Westgate had written the e-commerce module. Jeff Robbins reached out for help, found him there, … Suddenly, Lullabot was consulting for household name clients. MTV-UK called, then Sony Music. But when it … our advice had been sound. The realization was simple and uncomfortable: if we wanted to be responsible for outcomes, …

  5. Forming Forms: Designing Content Authoring Experiences

    … The Type Tray Module … side of the equation which shares a lot of similarities to database modeling in a lot of ways. And our former colleague … important to have context here. We're recording this on Monday the 26th. This episode is is set to release on the …

  6. Directing How Single Directory Components Directly Simplify Theming

    … an interview with the primary creator of the Drupal module that's now in core and experienced Lullabot front-end … used for a while. I've never known that that was the name for it though So atomic structuring. Yeah, maybe I just … about it is you can create these 21:54 robust and adaptable twig templates that you can then plug different …

  7. The Basics of Drupal Revisions and Content Moderation

    … have fields (or properties.) "User" is an entity, and "User name" is a field of that entity. Nodes are a special type of … of that, after a couple of edits, a new " Revisions " tab will be available to users with the appropriate … Note: if you install the Diff module, this page will also allow you to compare two …

  8. Keeping Your Content Types Clear and Organized

    … want to follow some of the same best practices that guide database normalization. In a database, all the fields of a … vapor in the wind. For Drupal, the  Type Tray module will help you accomplish these goals. … How do they think about content types? How do they name things?  Don't just say what it is. Tell …