Opened 6 years ago
Closed 6 years ago
#45608 closed defect (bug) (invalid)
register_post_type and show_in_rest issue
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 5.0 |
Component: | Posts, Post Types | Keywords: | |
Focuses: | Cc: |
Description
If show_in_rest
parameter is false
in register_post_type
, classic editor is the default editor when you are trying to create a new post on that post type and there is no option to select gutenberg.
I have not installed classic editor plugin.
Change History (3)
Note: See
TracTickets for help on using
tickets.
This is expected behavior, the Gutenberg editor requires post types to be available in the REST API in order to function.