From e36a531d7d7add0730adc8dca5930e7d049f2bfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 6 Aug 2019 00:25:55 -0400 Subject: [PATCH] Add link attributes module so we can hide the search menu item on tablet and up by adding the Bulma class --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1526be7..303c0e9 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,8 @@ "drupal/config_actions": "1.x-dev", "drupal/convert_bundles": "^1.0@alpha", "drupal/drutopia_collection": "^1.0@alpha", - "drupal/field_token_value": "^1.0" + "drupal/field_token_value": "^1.0", + "drupal/link_attributes": "^1.9" }, "repositories": { "drupal": {