Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / views / config / schema / views.data_types.schema.yml
index a3d1b3430d8dc49a94d25694ed139f0d5c4b5f38..7736a747d83559c8ee7982f8f1e6605f7c5b2b36 100644 (file)
@@ -820,3 +820,20 @@ views_cache:
 views_display_extender:
   type: mapping
   label: 'Display extender settings'
+
+views_field_bulk_form:
+  type: views_field
+  label: 'Bulk operation'
+  mapping:
+    action_title:
+      type: label
+      label: 'Action title'
+    include_exclude:
+      type: string
+      label: 'Available actions'
+    selected_actions:
+      type: sequence
+      label: 'Available actions'
+      sequence:
+        type: string
+        label: 'Action'