Just started using this and can't believe it isn't default behaviour in umbraco itself. It does what I need but it would be great if I could have a config setting for tabs where I can specify groups who "can see" tabs as opposed to groups that tabs are hidden for.
Example, I create a tab I only want visible to the "Administrator" group. To enable this I have to specify :
hideFrom="every,other,group,that,is,setup"
It would be much more useful to specify
showFor="Administrators" (and thus hide from everyone else).
The reason for this is that if I (or anyone else) adds another group at some point in the future we need to remember to update the hideFrom parameter. Having a showFor parameter guards against this.
Add "showTo" config option
Hi,
Just started using this and can't believe it isn't default behaviour in umbraco itself. It does what I need but it would be great if I could have a config setting for tabs where I can specify groups who "can see" tabs as opposed to groups that tabs are hidden for.
Example, I create a tab I only want visible to the "Administrator" group. To enable this I have to specify :
hideFrom="every,other,group,that,is,setup"
It would be much more useful to specify
showFor="Administrators" (and thus hide from everyone else).
The reason for this is that if I (or anyone else) adds another group at some point in the future we need to remember to update the hideFrom parameter. Having a showFor parameter guards against this.
Great pkg by the way.
Regards
Dave
is working on a reply...