From 6b139a9c1c251e19d4786a1036a6972be4641058 Mon Sep 17 00:00:00 2001
From: Lily Yan <lily.yan@uwaterloo.ca>
Date: Wed, 29 Jul 2020 08:42:30 -0400
Subject: [PATCH] ISTWCMS-3923 Add default special alert block permission when
 install

---
 uw_cfg_common.install | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/uw_cfg_common.install b/uw_cfg_common.install
index c5b44612..bdb0f0dd 100644
--- a/uw_cfg_common.install
+++ b/uw_cfg_common.install
@@ -72,13 +72,13 @@ function uw_cfg_common_install() {
         'Content editor',
       ],
     ],
-    /*'Special alert' => [
+    'Special alert' => [
       'Use content type' => [
         'Site manager',
         'Content author',
         'Content editor',
       ],
-    ],*/
+    ],
     'Web page' => [
       'Use content type' => [
         'Site manager',
-- 
GitLab