Ok here’s a better question.
Is there a list of the parameters you can put in the “supports” array for the “register_post_type” function.
For example:
‘supports’ => array(‘title’, ‘editor’, ‘author’, ‘thumbnail’, ‘audio’, ‘video’, ‘pdf’)
EDIT: ah, here it is: https://codex.www.ads-software.com/Function_Reference/register_post_type
Still not what I’m looking for, though:(