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/Posts.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/inc/registrar/Posts.php b/inc/registrar/Posts.php index bb63d90..416f24b 100644 --- a/inc/registrar/Posts.php +++ b/inc/registrar/Posts.php @@ -73,7 +73,7 @@ * Set this to true for the post type 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 $post_type. * @var string -- Gitblit v1.10.0