From fdbb46784dd9b37b7b55cbe8e243e8ac0528d696 Mon Sep 17 00:00:00 2001 From: Daniel Lobo Date: Wed, 26 Apr 2023 18:05:42 +0100 Subject: [PATCH 1/2] - fix for error with install profile --- drupal/config/core.extension.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drupal/config/core.extension.yml b/drupal/config/core.extension.yml index 9d6b1216f..ca83170fa 100644 --- a/drupal/config/core.extension.yml +++ b/drupal/config/core.extension.yml @@ -49,6 +49,7 @@ module: jsonapi: 0 jsonapi_extras: 0 jsonapi_menu_items: 0 + jsonapi_hypermedia: 0 jsonapi_resources: 0 jsonapi_search_api: 0 jsonapi_search_api_facets: 0 @@ -68,7 +69,7 @@ module: mysql: 0 next: 0 next_extras: 0 - next_graphql: 0 + # next_graphql: 0 next_jsonapi: 0 node: 0 options: 0 From f5668b60b1722056ac940d1b692cd5c9cf164e12 Mon Sep 17 00:00:00 2001 From: Daniel Lobo Date: Wed, 26 Apr 2023 18:08:30 +0100 Subject: [PATCH 2/2] - revert next_graphql - commented out --- drupal/config/core.extension.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drupal/config/core.extension.yml b/drupal/config/core.extension.yml index ca83170fa..68803b4ee 100644 --- a/drupal/config/core.extension.yml +++ b/drupal/config/core.extension.yml @@ -69,7 +69,7 @@ module: mysql: 0 next: 0 next_extras: 0 - # next_graphql: 0 + next_graphql: 0 next_jsonapi: 0 node: 0 options: 0