From 75a097a018a0090f5902758353c578fce4aa2a25 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sat, 23 May 2026 18:43:42 +0000
Subject: [PATCH] =CustomBlocks.php overhaul relatively complete. Also refactored the gallery in gallery.min.js and the jvbRenderGallery.
---
src/fields/save.js | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/fields/save.js b/src/fields/save.js
new file mode 100644
index 0000000..8169594
--- /dev/null
+++ b/src/fields/save.js
@@ -0,0 +1,3 @@
+export default function save() {
+ return null; // Dynamic block rendered by PHP
+}
--
Gitblit v1.10.0