| | |
| | | <?php |
| | | // /taxonomies/target.php |
| | | // /taxonomies/section.php |
| | | function altr_section():array |
| | | { |
| | | return [ |
| | |
| | | 'for_content' => [ |
| | | 'faq', |
| | | ], |
| | | 'seo' => [ |
| | | 'meta' => [ |
| | | 'title' => '{{term_name}} | FAQ', |
| | | 'description' => '{{description}}' |
| | | ], |
| | | 'schema' => [ |
| | | 'type' => 'FAQPage', |
| | | 'name' => '{{term_name}} | FAQ', |
| | | 'description' => '{{term_description}}', |
| | | ], |
| | | 'archive' => [ |
| | | 'type' => 'FAQPage', |
| | | 'name' => '{{term_name}} - Frequently Asked Questions', |
| | | 'description' => '{{description}}', |
| | | ] |
| | | ], |
| | | 'fields' => [ |
| | | 'term_name' => [ |
| | | 'label' => 'Name', |