'Frequently Asked Question', 'plural' => 'Frequently Asked Questions', 'dash_description' => 'Manage your answers', 'breadcrumb' => 'FAQ', 'hide_single' => true, 'icon' => 'question', 'rewrite' => [ 'slug' => 'faq', 'with_front' => false, ], 'fields' => [ 'post_title' => [ 'type' => 'text', 'label' => 'Question', ], 'answer' => [ 'type' => 'textarea', 'label' => 'Answer', 'quill' => true, ], ], 'single_image' => false, 'upload_title' => 'Upload Before & Afters', ]; }