Show_in_rest FALSE禁用古登堡 时间:2020-04-21 作者:aitor 当我用\'show_in_rest\' => false, 古腾堡编辑器已禁用该帖子类型。这是预期的行为吗? 1 个回复 最合适的回答,由SO网友:Jacob Peattie 整理而成 是的,是的。如中所述the documentation 对于register_post_type() (重点矿山):\'show_in_rest\'(bool)是否在REST API中包含post类型。Set this to true for the post type to be available in the block editor.这是因为块编辑器(Gutenberg)完全由REST API提供支持。如果无法通过REST访问帖子类型,则块编辑器无法加载或保存帖子。 文章导航