By default custom post type doesn't have block editor enabled. It needs to be exposed to REST API via show_in_rest argument for register_post_type().
This is not effecting the purpose of the repository whatsoever but it is a small enhancement to be up to date with the current WordPress code base.
By default custom post type doesn't have block editor enabled. It needs to be exposed to REST API via
show_in_restargument forregister_post_type().This is not effecting the purpose of the repository whatsoever but it is a small enhancement to be up to date with the current WordPress code base.