Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / paragraphs / config / schema / paragraphs_type.schema.yml
index 65b3c7e7945f66bfcc24a08f7149c16beed703ce..6bcada9d01a7824610cafdf088d7daa80fcdbb9d 100644 (file)
@@ -8,6 +8,12 @@ paragraphs.paragraphs_type.*:
     label:
       type: label
       label: 'Label'
+    icon_uuid:
+      type: string
+      label: 'Icon uuid'
+    description:
+      type: text
+      label: 'Description'
     behavior_plugins:
       type: sequence
       label: 'Plugins'
@@ -29,8 +35,10 @@ paragraphs.behavior.settings.*:
   type: paragraphs.behavior.settings_base
 
 entity_reference_selection.default:paragraph:
-  type: entity_reference_selection
+  type: entity_reference_selection.default
   mapping:
+    negate:
+      type: integer
     target_bundles_drag_drop:
       type: sequence
       sequence:
@@ -76,6 +84,10 @@ field.widget.settings.paragraphs:
       type: string
     edit_mode:
       type: string
+    closed_mode:
+      type: string
+    autocollapse:
+      type: string
     add_mode:
       type: string
     form_display_mode: