'Soap', 'plural' => 'Soaps', 'dash_title' => 'Soap', 'dash_description' => 'Manage your soap', 'breadcrumb' => 'Soap', 'icon' => 'sparkle', 'integrations' => [ 'helcim' => [ 'initial' => true, 'update' => true, ], ], 'rewrite' => [ 'slug' => 'soap', 'with_front' => false, ], 'fields' => [ 'post_title' => [ 'type' => 'text', 'label' => 'Name', ], 'post_status' => [ 'type' => 'radio', 'label' => 'Status', 'hidden' => true, 'options' => [ 'publish' => 'Show', 'draft' => 'Hide', 'trash' => 'Scrap', 'delete' => 'Permanently Delete' ] ], 'post_slug' => [ 'type' => 'text', 'label' => 'Slug', 'hidden' => true, ], 'post_content' => [ 'type' => 'textarea', 'label' => 'Description', 'quill' => true, ], 'ingredients' => [ 'type' => 'textarea', 'label' => 'Ingredients', 'quill' => true, ], 'extra_info' => [ 'type' => 'textarea', 'label' => 'Extra Info', 'quill' => true, ], 'flags' => [ 'type' => 'taxonomy', 'taxonomy' => 'flags', 'term' => 'flags', 'label' => 'Flags', ] ], 'single_image' => true, 'upload_title' => 'Upload Soaps', ]; }