Version 1
[yaffs-website] / web / modules / contrib / fontyourface / config / schema / font_display.schema.yml
diff --git a/web/modules/contrib/fontyourface/config/schema/font_display.schema.yml b/web/modules/contrib/fontyourface/config/schema/font_display.schema.yml
new file mode 100644 (file)
index 0000000..0d17f09
--- /dev/null
@@ -0,0 +1,24 @@
+fontyourface.font_display.*:
+  type: config_entity
+  label: 'Font display config'
+  mapping:
+    id:
+      type: string
+      label: 'ID'
+    label:
+      type: label
+      label: 'Label'
+    uuid:
+      type: string
+    font_url:
+      type: string
+      label: 'Font'
+    fallback:
+      type: string
+      label: 'Fallback'
+    selectors:
+      type: string
+      label: 'Selectors'
+    theme:
+      type: string
+      label: 'Theme'