diff --git a/config/schema/paragraphs_browser.schema.yml b/config/schema/paragraphs_browser.schema.yml
index 93f81cd..ede154e 100644
--- a/config/schema/paragraphs_browser.schema.yml
+++ b/config/schema/paragraphs_browser.schema.yml
@@ -21,3 +21,58 @@ paragraphs_browser.paragraphs_browser_type.*:
       type: sequence
       sequence:
         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
