'Support', 'plural' => 'Support', 'hide_single' => false, 'show_feed' => false, 'icon' => 'question', 'rewrite' => [ 'slug' => 'support', 'with_front' => false, ], 'fields' => [ 'post_title' => [ 'type' => 'text', 'label' => 'Title', ], 'post_content' => [ 'type' => 'textarea', 'quill' => true, 'label' => 'Content' ] ], ]; }