TypoScript constants 

Adjust the TypoScript constants (again, either in a sys_template record or in a file in your site package).

All constants are prepended with plugin.tx_cookieman.settings.

resourcesBasePath 

resourcesBasePath

| Data type: data-type-path | Default: EXT:cookieman/Resources | Example: EXT:mysitepackage/Resources |

Path to directory that holds the themes. Default enables the shipped demo themes. See Custom themes how to create a new theme.

theme 

theme

| Data type: data-type-string | Default: bootstrap4-modal | Example: my-theme |

Name of the theme. It is used to extend the resourcesBasePath to create the full path to templates and assets.

The shipped default themes are these: Themes directory on Github

You can check them out on our demo page.

Of course you can use your own custom theme (see Custom themes).

consentConfigurationVersion 

consentConfigurationVersion

| Data type: data-type-string | Default: 1 | Example: 2 |

Version of your cookie configuration. Cookieman writes it into the consent cookie. You can use any value, for example a date or the number of your release.

Change it every time you change your cookie configuration. Cookieman then shows the consent popup again to all users whose cookie holds a different version. Until such a user saves again, the old consent does not count and cookieman injects no tracking objects (see Show the consent popup again after a configuration change).

Consent that cookieman before 5.0.0 saved holds no version. Such a cookie gets the current version without a change for the user ("silent upgrade"). Thus the upgrade to 5.0.0 does not ask anybody again.

minify 

minify

| Data type: boolean | Default: 1 |

Cookieman comes with both minified and regular stylesheets and JavaScripts for the demo themes.

It set to 1, the minified versions of the .css and .js files are used. You can set it to 0 for debugging purposes.