From 627056f72e761c1386e4ab4d72207008d9330a5e Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Mon, 10 Nov 2025 22:22:25 +0000
Subject: [PATCH] =Cleaner base
---
taxonomies/section.php | 17 +++++++----------
1 files changed, 7 insertions(+), 10 deletions(-)
diff --git a/taxonomies/target.php b/taxonomies/section.php
similarity index 61%
rename from taxonomies/target.php
rename to taxonomies/section.php
index 2fd2a07..3660bef 100644
--- a/taxonomies/target.php
+++ b/taxonomies/section.php
@@ -1,29 +1,26 @@
<?php
// /taxonomies/target.php
-function ajv_target():array
+function altr_section():array
{
return [
- 'singular' => 'Target Audience',
- 'plural' => 'Target Audiences',
- 'icon' => 'crosshair-simple',
+ 'singular' => 'Section',
+ 'plural' => 'Sections',
+ 'icon' => 'folder',
'show_feed' => false,
'rewrite' => [
- 'slug' => 'target',
+ 'slug' => 'faq',
'with_front' => false,
'hierarchical' => true,
],
'hierarchical' => true,
'for_content' => [
- 'art',
- 'design',
- 'development',
- 'strategy',
- 'writing',
+ 'faq',
],
'fields' => [
'term_name' => [
'label' => 'Name',
'type' => 'text',
+ 'subtype' => 'number',
'quickEdit' => true,
],
'common' => [ 'wiki' ]
--
Gitblit v1.10.0