From 60da87ae9570d7bfaaecb835f1b59eafef462071 Mon Sep 17 00:00:00 2001 From: Eric Bremner <ebremner@uwaterloo.ca> Date: Thu, 2 May 2024 06:35:05 -0400 Subject: [PATCH] ISTWCMS-6573: removing json api extras as a dependency --- uw_custom_blocks.info.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/uw_custom_blocks.info.yml b/uw_custom_blocks.info.yml index f5d87d5e..264db4b6 100644 --- a/uw_custom_blocks.info.yml +++ b/uw_custom_blocks.info.yml @@ -31,7 +31,6 @@ dependencies: - 'drupal:user' - 'drupal:views' - 'field_group:field_group' - - 'jsonapi_extras:jsonapi_extras' - 'label_help:label_help' - 'link_field_autocomplete_filter:link_field_autocomplete_filter' - 'maxlength:maxlength' -- GitLab