40fingers / StyleHelper-Sko

Manipulate DNNCMS HTML, JS and CSS in #dnncms
https://www.40fingers.net/Products/DNN-Stylehelper
7 stars 2 forks source link

Add IfAdministrator and IfHost condition #21

Closed Timo-Breumelhof closed 2 years ago

Timo-Breumelhof commented 2 years ago

Ok, this can already be done using

IfRole="Administrators" IfRole="SuperUsers"

Or Both

IfRole="Administrators,SuperUsers"

Or if you wanted:

IfRole="!Administrators,!SuperUsers"