The Pods integration assumes all post types being used are Pods. That might not be true. In which case the default file uploader is removed (using cf_custom_fields_use_uploader filter) in favor of Pods' uploader. But CPT isn't a Pod, that filer returns false with no fallback.
Probably need to add a "Pods Mode" checkbox to enable that, but not sure how to make that backwards compatible. Maybe related #36
The Pods integration assumes all post types being used are Pods. That might not be true. In which case the default file uploader is removed (using
cf_custom_fields_use_uploader
filter) in favor of Pods' uploader. But CPT isn't a Pod, that filer returns false with no fallback.Probably need to add a "Pods Mode" checkbox to enable that, but not sure how to make that backwards compatible. Maybe related #36