You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 21, 2019. It is now read-only.
A plugin that uses custom post types, but has not defined show_in_rest' => true, & post_type support includes 'editor' will only permit classic editor not Gutenberg for the CPT.
I would consider that a fail - but before I mark a plugin as such can you clarify thoughts.
The text was updated successfully, but these errors were encountered:
This is a moot point. If you’re performing tests to see if the new block editor is compatible with your site - code and content - then the answer would be that it is compatible since you will be offered the classic editor. Your CPT is not yet ready for the block editor.
Post types which are not yet ready include ‘media’.
Analysis of a subset of my sites indicates that only 5% of my content is ready.
A plugin that uses custom post types, but has not defined show_in_rest' => true, & post_type support includes 'editor' will only permit classic editor not Gutenberg for the CPT.
@danielbachhuber What reason should I choose for this situation? Some editor UI is missing?
A plugin that uses custom post types, but has not defined
show_in_rest' => true,
& post_type support includes 'editor' will only permit classic editor not Gutenberg for the CPT.I would consider that a fail - but before I mark a plugin as such can you clarify thoughts.
The text was updated successfully, but these errors were encountered: