From a36cabee80d5529a07f408c02c2179cef50143ce Mon Sep 17 00:00:00 2001
From: Liam Morland <lkmorlan@uwaterloo.ca>
Date: Tue, 19 Jan 2021 10:31:43 -0500
Subject: [PATCH] Coding standards

---
 uw_cfg_common.info.yml    | 66 +++++++++++++++++++--------------------
 uw_cfg_common.routing.yml |  2 +-
 2 files changed, 34 insertions(+), 34 deletions(-)

diff --git a/uw_cfg_common.info.yml b/uw_cfg_common.info.yml
index 8d8ea929..0838923f 100644
--- a/uw_cfg_common.info.yml
+++ b/uw_cfg_common.info.yml
@@ -3,36 +3,36 @@ description: 'Configuration for all common WCMS'
 type: module
 core_version_requirement: '^8.7.7 || ^9'
 dependencies:
-  - block_content
-  - block_list_override
-  - captcha
-  - ckeditor
-  - config_views
-  - core_event_dispatcher
-  - ctools
-  - editor
-  - features
-  - field
-  - field_event_dispatcher
-  - filter
-  - hcaptcha
-  - hook_event_dispatcher
-  - language
-  - layout_builder
-  - layout_builder_browser
-  - layout_builder_modal
-  - layout_builder_restrictions
-  - layout_builder_styles
-  - linkit
-  - media
-  - metatag
-  - node
-  - path
-  - pathauto
-  - preprocess_event_dispatcher
-  - realname
-  - taxonomy
-  - text
-  - user
-  - userprotect
-  - views
+  - drupal:block_content
+  - drupal:block_list_override
+  - drupal:captcha
+  - drupal:ckeditor
+  - drupal:config_views
+  - drupal:core_event_dispatcher
+  - drupal:ctools
+  - drupal:editor
+  - drupal:features
+  - drupal:field
+  - drupal:field_event_dispatcher
+  - drupal:filter
+  - drupal:hcaptcha
+  - drupal:hook_event_dispatcher
+  - drupal:language
+  - drupal:layout_builder
+  - drupal:layout_builder_browser
+  - drupal:layout_builder_modal
+  - drupal:layout_builder_restrictions
+  - drupal:layout_builder_styles
+  - drupal:linkit
+  - drupal:media
+  - drupal:metatag
+  - drupal:node
+  - drupal:path
+  - drupal:pathauto
+  - drupal:preprocess_event_dispatcher
+  - drupal:realname
+  - drupal:taxonomy
+  - drupal:text
+  - drupal:user
+  - drupal:userprotect
+  - drupal:views
diff --git a/uw_cfg_common.routing.yml b/uw_cfg_common.routing.yml
index e9408548..cd86dba5 100644
--- a/uw_cfg_common.routing.yml
+++ b/uw_cfg_common.routing.yml
@@ -11,4 +11,4 @@ uw_content_moderation.form:
     _title: 'Content moderation'
     _form: '\Drupal\uw_cfg_common\Form\UwContentModerationForm'
   requirements:
-    _permission: 'access content'
\ No newline at end of file
+    _permission: 'access content'
-- 
GitLab