Yeah, I agree. Thanks for your input!
Ok, thanks. The documentation is not very clear on what gets removed when you remove support for the title when removing it from _wp_post_type_features. As you said there is a dependency on the post_name i.e. slug. I’m worried about other dependencies that depend on the post title, is that documented anywhere?
I need it for input but I want to keep all the functionality that comes with the field in the business logic of wp so I wanted to avoid removing post-type features, I just need to insert my own HTML instead of the default one. Btw, thanks for reaching out!