Hello, I’m trying to create a page with several sections, and I’d like to show sections based on user roles. So section 1 on the page shows only to ‘administrator’ and ‘custom_role_1’ and section 2 on the page shows only to ‘administrator’ and ‘custom_role_2’ - is there any way to achieve this?
I found a way to hide sections with classes based user roles, but that doesn’t work because SOMETIMES a user will be assigned to multiple roles and need to see multiple sections. So the ‘hidden based on role’ method doesn’t work because they cancel each other out.
Thanks!