From ba1e1ccf869b818f7a7a897264dfea05563a7796 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sun, 07 Jun 2026 20:10:20 +0000
Subject: [PATCH] =Major overhaul of Integrations. Playing around with adding fields to post types through Registrar from an integrations' class file.
---
build/feed/block.json | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/build/feed/block.json b/build/feed/block.json
index 17327ca..a1e0f3a 100644
--- a/build/feed/block.json
+++ b/build/feed/block.json
@@ -10,7 +10,7 @@
"feed",
"grid"
],
- "version": "0.9.0",
+ "version": "1.0.0",
"textdomain": "jvb",
"supports": {
"html": false,
@@ -67,13 +67,8 @@
"message": "This is a notice!"
}
},
- "render": "file:./render.php",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css",
- "viewScript": "file:./view.js",
- "dependencies": [
- "jvb-taxonomy-selector",
- "jvb-client-queue"
- ]
+ "viewScript": "file:./view.js"
}
\ No newline at end of file
--
Gitblit v1.10.0