From 275c0d74cd68677622a5431505c5c870c473063d Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sun, 29 Mar 2026 21:40:15 +0000
Subject: [PATCH] =Seems to be working, huzzah! Added some changes for on-this-page nav

---
 inc/registrar/Terms.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/inc/registrar/Terms.php b/inc/registrar/Terms.php
index e1b875e..eb15874 100644
--- a/inc/registrar/Terms.php
+++ b/inc/registrar/Terms.php
@@ -59,7 +59,7 @@
 	 * Whether to include the taxonomy in the REST API. Set this to true for the taxonomy to be available in the block editor.
 	 * @var bool
 	 */
-	public bool $show_in_rest;
+	public bool $show_in_rest = true;
 	/**
 	 * To change the base url of REST API route. Default is $taxonomy.
 	 * @var string

--
Gitblit v1.10.0