Configuration

Loading of jQuery

This extensions loads its own jQuery file. You can disable it by adding the following TypoScript inside your constants.typoscript or by editing the constants inside the constant editor in the Template module.

plugin.tx_waconcookiemanagement_cookiefreigabe.settings.includeJQuery = 0
Copied!

Define your cookies

Create a new folder for your cookies (here "WCM").

Set the folder in TypoScript inside your constants.typoscript or by editing the constants inside the constant editor in the Template module.

plugin.tx_waconcookiemanagement_cookiefreigabe.settings.cookieStorage = {your pid}
Copied!

Go to the list module an create a "Cookie" record for each cookie you use on your website

New Cookie record

Define new cookie

Fill out the fields as accurate as possible

Cookie information

Fields of a Cookie record

Edit Cookie information when needed

Edit Cookie information

Edit Cookie information

Define folder for scripts in <head>-Tag

Create a new folder for your scripts you want to include in the <head>.

Set the folder in TypoScript inside your constants.typoscript or by editing the constants inside the constant editor in the Template module.

plugin.tx_waconcookiemanagement_cookiefreigabe.settings.headerScriptStorage = {your pid}
Copied!