40fingers / StyleHelper-Sko

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

Allow bConditions #16

Closed Timo-Breumelhof closed 2 years ago

Timo-Breumelhof commented 2 years ago

As requested by a community member add an option to make sure AddLanguageLinksToHead "listens" to the filter attributes used. This will be implemented using a new attribute: FilterAddLanguageLinksToHead, which defaults to "False" to not break other implementations

Timo-Breumelhof commented 2 years ago

Example:

<fortyfingers:STYLEHELPER ID="SH1" IfUrl="test" AddLanguageLinksToHead="true" FilterAddLanguageLinksToHead="true" runat="server" />