Hello, Meta Box team!
While reviewing the plugin for creating custom post types, I noticed that it currently supports only the core WordPress features, such as: Title, Editor, Excerpt, Author, Thumbnail, Trackbacks, Custom Fields , Comments , Revisions ,Page Attributes
Post Formats
I would like to request support for custom features via add_post_type_support().
Currently, whenever I need to register a custom support (e.g., my_custom_feature), I have to manually add it using code like this: add_post_type_support( 'post', 'my_custom_feature' );
It would be extremely helpful if the plugin provided an input field where custom supports could be entered (comma-separated) and automatically applied during post type registration.
This would increase the flexibility of the plugin and reduce the need for additional code after creating a custom post type.

Thank you for the great work on the plugin and for considering this feature request!
Best regards,