| File was renamed from taxonomies/target.php |
| | |
| | | <?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' ] |