Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / inline_entity_form / config / schema / inline_entity_form.schema.yml
index a522ec84cbe642e9b34f9f684657b85666007d14..aef7d466edee39696efe701472bb3ab0e608ff68 100644 (file)
@@ -25,6 +25,12 @@ field.widget.settings.inline_entity_form_simple:
     match_operator:
       type: string
       label: "Match operator"
+    collapsible:
+      type: boolean
+      label: "Collapsible"
+    collapsed:
+      type: boolean
+      label: "Collapsed by default"
 
 field.widget.settings.inline_entity_form_complex:
   type: mapping
@@ -51,3 +57,12 @@ field.widget.settings.inline_entity_form_complex:
     match_operator:
       type: string
       label: "Match operator"
+    allow_duplicate:
+      type: boolean
+      label: "Allow duplicate"
+    collapsible:
+      type: boolean
+      label: "Collapsible"
+    collapsed:
+      type: boolean
+      label: "Collapsed by default"