mindshape-GmbH / mindshape_cookie_consent

This extension provides functionality to create a customizable cookie consent for your website. It is developed for flexibility to be customized in accordance to your data security guidelines.
10 stars 13 forks source link

How to disable the plugin for frontend_editing? #21

Closed quadronet closed 1 year ago

quadronet commented 2 years ago

The plugin is really annoying when using the frontend_editing plugin, the popup is always reloaded. Can't the plugin be switched off completely as soon as a backend user is logged in? Unfortunately that does not work:

[backend.user.isLoggedIn] plugin.tx_mindshapecookieconsent >

[end]

featdd commented 1 year ago

Hi @quadronet,

sorry for the late reply, an option to disable the extension via TypoScript was introduced in v2.2.0.

You can disable the extension now like this: plugin.tx_mindshapecookieconsent.settings.disableConsent = 1

Greetings Daniel