From a24a06002081ad71a78ffeff9072725ba39cf121 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Tue, 17 Feb 2026 20:05:31 +0000
Subject: [PATCH] =minor changes, particularly around the JVB_CHILD_URL pattern

---
 src/video/block.json |   18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)

diff --git a/src/video/block.json b/src/video/block.json
index 36469df..29149bf 100644
--- a/src/video/block.json
+++ b/src/video/block.json
@@ -54,24 +54,6 @@
 				}
 			}
 		},
-		"mobileSources": {
-			"type": "array",
-			"default": [],
-			"items": {
-				"type": "object",
-				"properties": {
-					"id": {
-						"type": "number"
-					},
-					"url": {
-						"type": "string"
-					},
-					"mime": {
-						"type": "string"
-					}
-				}
-			}
-		},
 		"fadeEffect": {
 			"type": "boolean",
 			"default": false

--
Gitblit v1.10.0