From a17c578433ef543e220697813a9367a260df83e1 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Thu, 28 May 2026 19:14:31 +0000
Subject: [PATCH] =new gitblit setup

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

diff --git a/taxonomies/city.php b/taxonomies/city.php
index d6ca4ef..7f6bc03 100644
--- a/taxonomies/city.php
+++ b/taxonomies/city.php
@@ -71,58 +71,6 @@
     );
 }
 
-//function ajv_city():array
-//{
-//    return [
-//        'singular'       => 'City',
-//        'plural'         => 'Cities',
-//        'icon'           => 'city',
-//        'description'    => [
-//            'From Edmonton, yes - but also throughout Alberta.'
-//        ],
-//        'show_feed'      => true,
-//        'show_directory' => true,
-//        'approve_new'    => false,
-//        'rewrite'        => [
-//            'slug'         => 'in',
-//            'with_front'   => false,
-//            'hierarchical' => true,
-//        ],
-//        'hierarchical'   => true,
-//        'for_content'    => [
-//            'art',
-//            'city',
-//            'development',
-//            'strategy',
-//            'writing',
-//        ],
-//        'seo' => [
-//            'schema' => [
-//                'type' => 'City',
-//                'name' => '{{name}}',
-//                'description' => '{{description}}',
-//                'containedInPlace' => '{{site_url}}/#organization',
-//            ],
-//            'meta' => [
-//                'title' => 'Projects in {{name}} | JakeVan',
-//                'description' => 'Art, city, development, and strategy projects in {{name}}.',
-//            ],
-//            'archive' => [
-//                'type' => 'CollectionPage',
-//                'name' => 'Projects in {{name}}',
-//            ],
-//        ],
-//        'fields'         => [
-//            'term_name' => [
-//                'label'     => 'Name',
-//                'type'      => 'text',
-//                'quickEdit' => true,
-//            ],
-//            'common'    => [ 'wiki' ]
-//        ]
-//    ];
-//}
-
 
 
 function ajv_city_schema():array

--
Gitblit v1.10.0