Question
Combining Single Source Layouts
I have a couple of questions.
First, can you build single-source layouts without using any "NOT" expressions? As in, just build SingleSourceA with ConBuildA variables?
Second, is there any way to combine multiple builds without having to define each layout? So that, if I send in User A who I want to see ConBuildA and ConBuildB variables, do I have to define layout SingleSourceAB, or can I somehow combine SingleSourceA and SingleSourceB?
The reason I ask is that I'm developing help for a system where there are 15 different roles that users can have, which define what pages they can see and what they can see on the pages. The users can have any number of different roles. I would really like to be able to build a help system for them in context, so that if they have Roles 1-5, they only see the help documentation applicable for those roles.
First, can you build single-source layouts without using any "NOT" expressions? As in, just build SingleSourceA with ConBuildA variables?
Second, is there any way to combine multiple builds without having to define each layout? So that, if I send in User A who I want to see ConBuildA and ConBuildB variables, do I have to define layout SingleSourceAB, or can I somehow combine SingleSourceA and SingleSourceB?
The reason I ask is that I'm developing help for a system where there are 15 different roles that users can have, which define what pages they can see and what they can see on the pages. The users can have any number of different roles. I would really like to be able to build a help system for them in context, so that if they have Roles 1-5, they only see the help documentation applicable for those roles.