From f383c3a4325bc173b6f9676274bc19694be6f9c0 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Fri, 05 Jun 2026 16:49:44 +0000
Subject: [PATCH] =Modified the Feed Fields config in Registrar, to utilize the built in functionality there
---
taxonomies/goal.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/taxonomies/goal.php b/taxonomies/goal.php
index a745df2..75eea1a 100644
--- a/taxonomies/goal.php
+++ b/taxonomies/goal.php
@@ -38,6 +38,7 @@
->setAll([
'show_directory',
'show_feed',
+ 'prefix_post_type'
]);
//$directory = $goal->getConfig('directory');
--
Gitblit v1.10.0