Version 1
[yaffs-website] / web / core / modules / aggregator / config / schema / aggregator.views.schema.yml
diff --git a/web/core/modules/aggregator/config/schema/aggregator.views.schema.yml b/web/core/modules/aggregator/config/schema/aggregator.views.schema.yml
new file mode 100644 (file)
index 0000000..ffce3f7
--- /dev/null
@@ -0,0 +1,24 @@
+# Schema for the views plugins of the Aggregator module.
+
+views.argument.aggregator_fid:
+  type: views.argument.numeric
+  label: 'Aggregator feed ID'
+
+views.argument.aggregator_iid:
+  type: views.argument.numeric
+  label: 'Aggregator item ID'
+
+views.field.aggregator_title_link:
+  type: views_field
+  label: 'Title link'
+  mapping:
+    display_as_link:
+      type: boolean
+
+views.row.aggregator_rss:
+  type: views_row
+  label: 'Aggregator item row'
+  mapping:
+    view_mode:
+      type: string
+      label: 'Display type'