| File was renamed from content/art.php |
| | |
| | | <?php |
| | | // /content/art.php |
| | | function ajv_art():array |
| | | function altr_progress():array |
| | | { |
| | | return [ |
| | | 'singular' => 'Art', |
| | | 'plural' => 'Art', |
| | | 'dash_title' => 'Art', |
| | | 'dash_description' => 'Manage your art posts', |
| | | 'breadcrumb' => 'Art', |
| | | 'singular' => 'Before & After', |
| | | 'plural' => 'Before & Afters', |
| | | 'dash_title' => 'Before & Afters', |
| | | 'dash_description' => 'Manage your before and after posts', |
| | | 'breadcrumb' => 'Before & Afters', |
| | | 'hide_single' => false, |
| | | 'show_feed' => true, |
| | | 'favouritable' => true, |
| | | 'favouritable' => false, |
| | | 'karma' => false, |
| | | 'icon' => 'palette', |
| | | 'icon' => 'arrows-left-right', |
| | | 'rewrite' => [ |
| | | 'slug' => 'art', |
| | | 'slug' => 'before-and-after', |
| | | 'with_front' => false, |
| | | ], |
| | | 'fields' => [ |
| | |
| | | ] |
| | | ], |
| | | 'single_image' => false, |
| | | 'upload_title' => 'Upload Artwork', |
| | | 'upload_title' => 'Upload Before & Afters', |
| | | ]; |
| | | } |