Skip to main content

Patching

composer require cweagans/composer-patches
    "enable-patching": true,
    "patches": {
      "drupal/core": {
          "Change the LB Add block link text to understand in which region the block will be placed": "https://www.drupal.org/files/issues/2024-07-10/drupal-3460462-9.patch"
      }
        
    }