We've disabled the following to enable usage for Custom Post Types:
public function display_post_types_selection() {
// @TODO add more suitable filters
$post_types = get_post_types( array( 'public' => true ) );
Any chance you can make this an option please? Perhaps with a disclaimer that not all CPTs may work if they use custom tables if you're concerned about that.