From c21ae4bce7613ad0643cd06de486c792a2f06e1b Mon Sep 17 00:00:00 2001 From: Ali Haider Date: Wed, 6 May 2026 13:08:38 +1000 Subject: [PATCH] [GOVCMSD11-610] Add drupal/jsonapi_extras module to GovCMS D11 Distribution --- composer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/composer.json b/composer.json index d54961109..c532ff6bc 100644 --- a/composer.json +++ b/composer.json @@ -69,6 +69,7 @@ "drupal/jquery_ui": "1.8.0", "drupal/jquery_ui_draggable": "2.1.0", "drupal/jquery_ui_droppable": "2.1.0", + "drupal/jsonapi_extras": "3.28.0", "drupal/key": "1.22.0", "drupal/layout_builder_modal": "2.0.0", "drupal/layout_builder_restrictions": "3.0.4", @@ -171,6 +172,9 @@ "enable-patching": true, "composer-exit-on-patch-failure": true, "patches": { + "drupal/jsonapi_extras": { + "Add a new dedicated permission for JSON API extra config - https://www.drupal.org/project/jsonapi_extras/issues/3309122": "https://www.drupal.org/files/issues/2026-05-06/jsonapi_extras-add-permission-3309122-10.patch" + }, "drupal/entity_embed": { "CKEditor 45 compatibility - https://www.drupal.org/project/entity_embed/issues/3531672": "https://www.drupal.org/files/issues/2025-08-08/entity_embed--fix-ckeditor-icon-reference--3531672-22.patch" },