Opened 8 years ago
Closed 8 years ago
#45608 closed defect (bug) (invalid)
register_post_type and show_in_rest issue
| Reported by: | papazetis | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Posts, Post Types | Version: | 5.0 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This is expected behavior, the Gutenberg editor requires post types to be available in the REST API in order to function.