From 235ce5716edc2f7cbe80fdccf26eac7269587839 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Mon, 08 Jun 2026 04:38:18 +0000
Subject: [PATCH] =FavouritesManager.php and FavouritesRoutes.php fixes. Moving all logic to FavouritesManager.php. Still some left to do
---
src/video/block.json | 21 ++-------------------
1 files changed, 2 insertions(+), 19 deletions(-)
diff --git a/src/video/block.json b/src/video/block.json
index 18bbd6d..24561de 100644
--- a/src/video/block.json
+++ b/src/video/block.json
@@ -25,7 +25,7 @@
"default": ""
},
"description": {
- "type": "rich-text",
+ "type": "string",
"default": ""
},
"posterId": {
@@ -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
@@ -91,6 +73,7 @@
},
"textdomain": "jvb",
"editorScript": "file:./index.js",
+ "viewScript": "file:./view.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css"
}
--
Gitblit v1.10.0