diff --git a/config/schema/layoutbuilder_extras.schema.yml b/config/schema/layoutbuilder_extras.schema.yml
index 0daa052f858c009fb9f16dd9c0ec3bcf7827ab19..bea93e0dd098e66cd01b5b0d20791c941a6b7b17 100644
--- a/config/schema/layoutbuilder_extras.schema.yml
+++ b/config/schema/layoutbuilder_extras.schema.yml
@@ -1,3 +1,35 @@
 layoutbuilder_extras.settings:
   type: config_object
   label: 'Layoutbuilder extras'
+  mapping:
+    section_actions_position:
+      type: string
+      label: 'Position of the section actions'
+      constraints:
+        Choice:
+          - left
+          - top
+    enable_redirect_on_save:
+      type: boolean
+      label: 'Enable redirect to layout builder on node save'
+    enable_configure_ajax_save:
+      type: boolean
+      label: 'Enable layout builder configure form live changes'
+    remove_empty_divs:
+      type: boolean
+      label: 'Remove empty divs'
+    enable_drag_handle_icon:
+      type: boolean
+      label: 'Enable drag handle icon'
+    enable_admin_css:
+      type: boolean
+      label: 'Enable admin css'
+    contextual_links_only_lb:
+      type: boolean
+      label: 'Only allow contextual links on layout builder'
+    contextual_links_roles:
+      type: sequence
+      label: 'User roles'
+      sequence:
+        type: string
+        label: 'Role'