Version 1
[yaffs-website] / web / core / modules / views / tests / modules / views_test_config / config / schema / views_test_config.views.schema.yml
diff --git a/web/core/modules/views/tests/modules/views_test_config/config/schema/views_test_config.views.schema.yml b/web/core/modules/views/tests/modules/views_test_config/config/schema/views_test_config.views.schema.yml
new file mode 100644 (file)
index 0000000..199cdfc
--- /dev/null
@@ -0,0 +1,12 @@
+# Schema for the views plugins of the Views test config module.
+
+views.area.test_example:
+  type: views_area
+  label: 'Test example'
+  mapping:
+    string:
+      type: text
+      label: 'The shown text of the area'
+    custom_access:
+      type: boolean
+      label: 'Should access to the area be allowed'