Why the Gutenberg Editor is Not Available In My WP Site?
You have to declare that your custom post type supports the editor, and have show_in_rest set to true when registering the post type. Here is what the official dev hub says about supports: ‘supports’ (array) Core feature(s) the post type supports. Serves as an alias for calling add_post_type_support() directly. Core features include ‘title’, ‘editor’, ‘comments’, … Read more