From c4aa5cdb5e90ad4b420e22772797d16980232a2b Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Wed, 15 Apr 2026 18:38:55 +0000
Subject: [PATCH] =Updating custom tables to utilize CustomTable.php

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

diff --git a/build/video/block.json b/build/video/block.json
index 6b909af..da6ef1d 100644
--- a/build/video/block.json
+++ b/build/video/block.json
@@ -57,24 +57,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