Skip to content
This repository has been archived by the owner on Oct 21, 2019. It is now read-only.

Compatibility Question #9

Open
alanef opened this issue Mar 6, 2018 · 4 comments
Open

Compatibility Question #9

alanef opened this issue Mar 6, 2018 · 4 comments

Comments

@alanef
Copy link

alanef commented Mar 6, 2018

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.

@danielbachhuber
Copy link
Owner

Yes, I'd agree with this assessment. You can include an explanation of your judgement in the details field.

@bobbingwide
Copy link

bobbingwide commented Mar 15, 2018

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.

@glebkema
Copy link

glebkema commented May 5, 2018

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?

@danielbachhuber
Copy link
Owner

@glebkema Sure, whichever your best judgement.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants