From 1e7f4c5b9b39198babbb81a79de9b172e43e3489 Mon Sep 17 00:00:00 2001
From: Lily Yan <l26yan@uwaterloo.ca>
Date: Tue, 18 Oct 2022 09:30:34 -0400
Subject: [PATCH] ISTWCMS-5879 Rename the default layout builder style group
 from 'Style' to 'Section width'

---
 config/install/layout_builder_styles.group.default.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/install/layout_builder_styles.group.default.yml b/config/install/layout_builder_styles.group.default.yml
index 7e608f04..6c6ac688 100644
--- a/config/install/layout_builder_styles.group.default.yml
+++ b/config/install/layout_builder_styles.group.default.yml
@@ -2,7 +2,7 @@ langcode: en
 status: true
 dependencies: {  }
 id: default
-label: Style
+label: 'Section width'
 multiselect: single
 form_type: checkboxes
 required: true
-- 
GitLab