From 3241a281b1f854dd848156cd9ca54de0e607f08c Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Mon, 10 Nov 2025 21:05:17 +0000
Subject: [PATCH] =Update

---
 taxonomies/_setup.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/taxonomies/_setup.php b/taxonomies/_setup.php
index 8979a2b..0467d9b 100644
--- a/taxonomies/_setup.php
+++ b/taxonomies/_setup.php
@@ -23,6 +23,8 @@
 require(AJV_DIR . '/taxonomies/age.php');
 require(AJV_DIR . '/taxonomies/body-part.php');
 require(AJV_DIR . '/taxonomies/goal.php');
+require(AJV_DIR . '/taxonomies/person.php');
+require(AJV_DIR . '/taxonomies/section.php');
 require(AJV_DIR . '/taxonomies/skin-type.php');
 require(AJV_DIR . '/taxonomies/style.php');
 require(AJV_DIR . '/taxonomies/theme.php');
@@ -35,9 +37,11 @@
         'age'       => altr_age(),
         'body-part' => altr_body_part(),
         'goal'      => altr_goal(),
+        'person'    => altr_person(),
         'skin-type' => altr_skin_type(),
         'timeline'  => altr_timeline(),
         'style'     => altr_style(),
         'theme'     => altr_theme(),
+        'section'   => altr_section(),
     ];
 }
\ No newline at end of file

--
Gitblit v1.10.0