error

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

Search results

  1. A Legacy Leap with Drupal Retrofit

    … is the composer lenient plugin, which lets you install any module with any version of Drupal and then patch it. So that … and I don't know if anybody's done this before, but is a drush command that's bundled with Retrofit that allows you … that if that's the one thing you have to do is, you know, replace an info file to info YAML, it's not if that's if …

  2. Artificial Intelligence Will Supercharge Your CMS (Not Replace It)

    Artificial Intelligence Will Supercharge Your CMS (Not Replace It) …  The Drupal AI Initiative launched with over 290 AI modules supporting 21 major providers , not because … foundation it needs to deliver actual value. These modules aren't replacing Drupal's content management; …

  3. 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 … is required for more advanced filtering, such as viewing articles from a particular quarter. The published …

  4. Single Directory Components in Drupal Core

    … merge request proposing this solution as an experimental module was merged. This article goes over why we think … Define explicit component APIs, and provide a way to replace a component that a module or a theme provides. … You decide to use SDC. So you scaffold a component using drush (after installing CL Generator ). You may end up …

  5. The End of the Road for Drupal 8, Many More Drupal 9 Beginnings

    … true. You might. Mike Herchel: Or from lots of articles on what were you talking about? You're talking … from Drupal eight to Drupal nine, but the markdown module isn't ready. And I love writing in markdown, but I've … you might have some issues where like you need to remove Drush in order to get this thing to be installed because you …

  6. Drupal 11: What’s New and What’s Next

    … The new navigation is now an experimental module in Drupal core. It represents the … Workspaces is stable as of Drupal 11. This module lets you stage configuration and content changes … and mixed with other recipes. This functionality will replace the paradigm of install profiles and distributions. …

  7. The Easy Guide to Resolving composer.lock Conflicts

    … or composer update to get a Drupal module. For this example, we’re going to assume it’s … have version 1 and version 2 of a PHP library (or Drupal module) at the same time unless they renamed the library or … 'require', 'require-dev', 'conflict', 'replace', 'provide', 'minimum-stability', …

  8. Add a Composer Script to Your Module or Theme

    Add a Composer Script to Your Module or Theme … Drupal themes used to have the ability to define custom drush commands, and it was a common practice of contrib … Move the duplicated code outside of the UIKit folder Replace all instances of STARTERKIT with our new …

  9. The New Storybook Module for Drupal

    The New Storybook Module for Drupal … . Initially developed for the CL Components module (a contrib precursor of SDC in core), it … transpile it from Twig to JSON. To do so, you can use the drush commands provided by the storybook module. You can …

  10. Navigation Blocks and Local Tasks for Drupal's Admin UI

    … these changes right now by installing the Navigation module . The goal is to make this a part of Drupal core … blocks A sidebar and top bar are introduced that replace the top bar provided by Drupal core's toolbar module. The sidebar has a region that can be managed …