Hello, I know there’s documentation for programmatically registering acf fields in PHP code here: https://www.advancedcustomfields.com/resources/register-fields-via-php/
Is there anything comparable for programmatically creating/registering custom ACF post types? I’m assuming there are factors beyond just the native WordPress register_post_type function, because custom post types created this way don’t automatically show up in the ACF > Post Types list.