Hide certain custom post types from the content module

in the content module, there’s an option to select any custom post types as the source

https://drive.google.com/file/d/0B-r5llGpXi8xaFBlc2dBVnBGZkU/view?usp=sharing

I love this option but I do have a CPT that handles some admin stuff and that we don’t want showing in this or any module in BB. Is there a simple way to disallow certain post types from being accessed in bb?

Hi M33,

Spoken to one of our developers and they said if you add the following to your custom post type code, it should remove it from the list.

show_ui => current_user_can( 'update_core' )

Thanks,
Danny