How do I remove Editor in custom post type keeping the Add media button. When I used as following in custom post type declaration, it removes the Add Media button and I don't need editor in my post type.
'supports' => array( 'title', 'thumbnail' ),
Thanks