Custom Features Support Request

Support MB Custom Post Type Custom Features Support Request

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #48634
    Infolu OfficialInfolu Official
    Participant

    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.

    Exemple

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

    Best regards,

    #48641
    PeterPeter
    Moderator

    Hello,

    Thank you for reaching out and for your feedback.

    Currently, only WordPress features are supported in the UI. If you want to add custom features for the CPT, you need to use the code to do that. I will inform the development team to consider supporting an option to add custom features in the UI.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.