I have a user that should be able to create/edit/delete all posts from two specific CPT, and have access to a specific private page (doesn’t need to be editable, just to view the actual page). Is this possible with User Role Editor Pro?
Also, I’m having trouble figuring out how to give permission on ACF option pages. I added an option page (using acf_add_options_sub_page) under my CPT menu, but they are not showing for a user with the CPT capabilities. I tried making an option page menu using acf_add_options_page with the edit_mycpt capability, and putting the options subpages in that menu, now the user sees the menu but the option page is still denied.