Version 1
[yaffs-website] / web / modules / contrib / videojs / config / schema / videojs.schema.yml
diff --git a/web/modules/contrib/videojs/config/schema/videojs.schema.yml b/web/modules/contrib/videojs/config/schema/videojs.schema.yml
new file mode 100644 (file)
index 0000000..2251dc6
--- /dev/null
@@ -0,0 +1,9 @@
+videojs.settings:
+    type: config_object
+    mapping:
+      videojs_location:
+        type: string
+        label: 'Video.js location'
+      videojs_directory:
+        type: string
+        label: 'Specify the path that contains the Video.js library. The video.js file should be in the root of this directory.'
\ No newline at end of file