diff --git a/config/schema/paragraphs_browser.schema.yml b/config/schema/paragraphs_browser.schema.yml
index 9004142..ede154e 100644
--- a/config/schema/paragraphs_browser.schema.yml
+++ b/config/schema/paragraphs_browser.schema.yml
@@ -20,4 +20,59 @@ paragraphs_browser.paragraphs_browser_type.*:
       label: 'Map'
       type: sequence
       sequence:
-        type: undefined
\ No newline at end of file
+        type: undefined
+
+field.widget.settings.entity_reference_paragraphs_browser:
+  type: mapping
+  mapping:
+    title:
+      type: label
+    title_plural:
+      type: label
+    edit_mode:
+      type: string
+    add_mode:
+      type: string
+    form_display_mode:
+      type: string
+    default_paragraph_type:
+      type: string
+    paragraphs_browser:
+      type: string
+    modal_width:
+      type: string
+    modal_height:
+      type: string
+
+field.widget.settings.paragraphs_browser:
+  type: mapping
+  mapping:
+    title:
+      type: label
+    title_plural:
+      type: label
+    edit_mode:
+      type: string
+    closed_mode:
+      type: string
+    autocollapse:
+      type: string
+    closed_mode_threshold:
+      type: integer
+    add_mode:
+      type: string
+    form_display_mode:
+      type: string
+    default_paragraph_type:
+      type: string
+    features:
+      type: sequence
+      orderby: key
+      sequence:
+        type: string
+    paragraphs_browser:
+      type: string
+    modal_width:
+      type: string
+    modal_height:
+      type: string
