From 8dd01194444bbb0dd23a93862a8b7fa5559e516c Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Tue, 02 Jun 2026 00:49:23 +0000
Subject: [PATCH] =finalizing schema output for timeline et all

---
 content/_setup.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/content/_setup.php b/content/_setup.php
index 7ea2a91..e37ca1b 100644
--- a/content/_setup.php
+++ b/content/_setup.php
@@ -33,7 +33,7 @@
 require(AJV_DIR . '/content/progress.php');
 require(AJV_DIR . '/content/terms.php');
 
-add_filter('jvb_content', 'altr_content');
+//add_filter('jvb_content', 'altr_content');
 function altr_content($content):array
 {
     return [

--
Gitblit v1.10.0