Version 1
[yaffs-website] / web / modules / contrib / video_embed_field / modules / video_embed_wysiwyg / config / schema / video_embed_wysiwyg.schema.yml
diff --git a/web/modules/contrib/video_embed_field/modules/video_embed_wysiwyg/config/schema/video_embed_wysiwyg.schema.yml b/web/modules/contrib/video_embed_field/modules/video_embed_wysiwyg/config/schema/video_embed_wysiwyg.schema.yml
new file mode 100644 (file)
index 0000000..f571d64
--- /dev/null
@@ -0,0 +1,24 @@
+ckeditor.plugin.video_embed:
+  label: 'Video Embed'
+  type: mapping
+  mapping:
+    defaults:
+      label: 'Defaults'
+      type: mapping
+      mapping:
+        children:
+          label: 'Children'
+          type: mapping
+          mapping:
+            autoplay:
+              label: 'Autoplay'
+              type: boolean
+            responsive:
+              label: 'Responsive'
+              type: boolean
+            width:
+              label: 'Width'
+              type: string
+            height:
+              label: 'Height'
+              type: string