From d666094b8304d25620ac19f0ba4d21b6dbd23338 Mon Sep 17 00:00:00 2001
From: Seth Hill <seth@atendesigngroup.com>
Date: Tue, 4 Mar 2025 09:53:56 -0600
Subject: [PATCH] 3510962: Sync schema with default module settings.

---
 config/install/mercury_editor.menu.settings.yml | 2 +-
 config/schema/mercury_editor.schema.yml         | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/config/install/mercury_editor.menu.settings.yml b/config/install/mercury_editor.menu.settings.yml
index b36a605d..a6e8c105 100644
--- a/config/install/mercury_editor.menu.settings.yml
+++ b/config/install/mercury_editor.menu.settings.yml
@@ -1 +1 @@
-groups: {}
+groups: ""
diff --git a/config/schema/mercury_editor.schema.yml b/config/schema/mercury_editor.schema.yml
index 8eded11a..39c27217 100644
--- a/config/schema/mercury_editor.schema.yml
+++ b/config/schema/mercury_editor.schema.yml
@@ -58,6 +58,12 @@ mercury_editor.settings:
     dialog_tray_width:
       type: integer
       label: 'Default width of the Mercury Editor tray'
+    rollover_padding_block:
+      type: integer
+      label: 'Block padding on component rollover'
+    rollover_padding_inline:
+      type: integer
+      label: 'Inline padding on component rollover'
     bundles:
       type: sequence
       label: 'Bundles'
-- 
GitLab