Jake Vanderwerf
2 hours ago a17c578433ef543e220697813a9367a260df83e1
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