Version 1
[yaffs-website] / web / core / modules / system / tests / modules / menu_test / config / schema / menu_test.schema.yml
diff --git a/web/core/modules/system/tests/modules/menu_test/config/schema/menu_test.schema.yml b/web/core/modules/system/tests/modules/menu_test/config/schema/menu_test.schema.yml
new file mode 100644 (file)
index 0000000..18b85ad
--- /dev/null
@@ -0,0 +1,16 @@
+# Schema for the configuration files of the Hook Menu Test module.
+
+menu_test.menu_item:
+  type: config_object
+  label: 'Menu test'
+  mapping:
+    title:
+      type: label
+      label: 'Title'
+menu_test.links.action:
+  type: config_object
+  label: 'Menu test local action'
+  mapping:
+    title:
+      type: label
+      label: 'Title'