Skip to content

Commit

Permalink
⚰️ feat: removing paragraphs patch (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
omero authored Feb 4, 2025
1 parent f395fb3 commit dffa783
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 18 deletions.
1 change: 0 additions & 1 deletion .ddev/commands/host/install
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ ddev composer config minimum-stability --merge --json "dev"
## Update Composer to support patching
ddev composer config allow-plugins.cweagans/composer-patches true
ddev composer config --json extra.composer-exit-on-patch-failure true
ddev composer config --json extra.patches.drupal/paragraphs '{ "Add UUID to table row": "patches/paragraphs-add-uuid-to-table-row.patch" }'
ddev composer require cweagans/composer-patches

## Extend Drupal using Recipes
Expand Down
2 changes: 0 additions & 2 deletions .lando.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ tooling:
## Update Composer to support patching
- composer config allow-plugins.cweagans/composer-patches true
- composer config --json extra.composer-exit-on-patch-failure true
- |
composer config --json extra.patches.drupal/paragraphs '{ "Add UUID to table row": "patches/paragraphs-add-uuid-to-table-row.patch" }'
- composer require cweagans/composer-patches
## Extend Drupal using Recipes
- composer require octahedroid/drupal-decoupled-graphql-advanced-recipe
Expand Down
1 change: 0 additions & 1 deletion .tugboat/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ services:
set -e
composer config allow-plugins.cweagans/composer-patches true
composer config --json extra.composer-exit-on-patch-failure true
composer config --json extra.patches.drupal/paragraphs '{ "Add UUID to table row": "patches/paragraphs-add-uuid-to-table-row.patch" }'
composer require cweagans/composer-patches
## Extend Drupal using Recipes
- |
Expand Down
14 changes: 0 additions & 14 deletions patches/paragraphs-add-uuid-to-table-row.patch

This file was deleted.

0 comments on commit dffa783

Please sign in to comment.