diff --git a/mu-plugins/carhop-post-types.php b/mu-plugins/carhop-post-types.php index da94c23..85cea8d 100644 --- a/mu-plugins/carhop-post-types.php +++ b/mu-plugins/carhop-post-types.php @@ -104,8 +104,8 @@ function carhop_create_posttype() 'show_in_rest' => true, 'menu_icon' => 'data:image/svg+xml;base64,' . base64_encode(''), 'menu_position' => 4, - 'supports' => array('title', 'custom-fields'), - 'taxonomies' => array('type'), + 'taxonomies' => array('type', 'etiquettes'), + 'supports' => array('title', 'custom-fields', 'editor', 'thumbnail'), ) ); register_post_type(