Version 1
[yaffs-website] / web / core / modules / system / tests / themes / test_basetheme / config / schema / test_basetheme.schema.yml
diff --git a/web/core/modules/system/tests/themes/test_basetheme/config/schema/test_basetheme.schema.yml b/web/core/modules/system/tests/themes/test_basetheme/config/schema/test_basetheme.schema.yml
new file mode 100644 (file)
index 0000000..e22c3c5
--- /dev/null
@@ -0,0 +1,10 @@
+test_basetheme.settings:
+  type: theme_settings
+  label: 'Test base theme settings'
+  mapping:
+    base:
+      type: string
+      label: 'Base theme setting'
+    override:
+      type: string
+      label: 'Whether the setting has been overridden'