Developers

Drupal 7 Express Module Status

Note: "Abandoned" does not necessarily mean that the module has been completely abandoned - it just means that the Drupal 7 version appears to be abandoned.  There could be a Drupal 9 version of the module that is being actively developed and supported.  See our Drupal 7 Express migration guide for the Drupal 9 status of all of these modules.

Summary of Status of Known Drupal 7 Express Contrib Modules as of March 2, 2022

Lando and Mercury Reader

Mercury Reader requires an extra php extension outside of what lando's drupal10 recipe typically provides.

Process

Adjust your lando.yml Landofile to include the following:

services:  
  appserver:
    build_as_root:
      - apt-get update -y
      - apt-get install libxslt1-dev -y
      - docker-php-ext-install xsl
      - docker-php-ext-enable xsl

Rebuild your lando environment to install the libraries:

lando rebuild -y

 

GitHub Submodule Management

Submodules allow you to keep a Git repository as a subdirectory of another Git repository. This lets you clone another repository into your project and keep your commits separate.

To define the submodules for the various GT Theme components, add the following sections to the .gitmodules file for each repository: