Hi @yoyun,
There is no setting for this, but you can add your custom post type programmatically by installing a mu-plugin. You can find the correct mu-plugin on our GitHub: https://github.com/Really-Simple-Plugins/burst-integrations/blob/main/burst-add-column-to-custom-post-type.php
You need to edit this line:
$add_post_types = array( 'sportpark' );
Change ‘sportpark’ to your own custom post type. If you have multiple, separate them with a comma. Like so (‘page’, ‘post’); Note: page and post are added by default, so no need to add them here.
You can read more about mu-plugins on our website: https://burst-statistics.com/adding-filters-with-mu-plugins-quick-easy/
If you need help or have questions about using a mu-plugin, let me know.
Kind regards,
Hessel