Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / content_moderation / config / schema / content_moderation.views.schema.yml
diff --git a/web/core/modules/content_moderation/config/schema/content_moderation.views.schema.yml b/web/core/modules/content_moderation/config/schema/content_moderation.views.schema.yml
new file mode 100644 (file)
index 0000000..c9ae1af
--- /dev/null
@@ -0,0 +1,18 @@
+views.filter.latest_revision:
+  type: views_filter
+  label: 'Latest revision'
+  mapping:
+    value:
+      type: string
+      label: 'Value'
+
+views.filter.moderation_state_filter:
+  type: views.filter.in_operator
+  label: 'Moderation state filter'
+  mapping:
+    limit_workflows:
+      type: sequence
+      label: 'Workflow'
+      sequence:
+        type: string
+        label: 'Workflow'