DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Administrator Manual

Installation

To install the extension, perform the following steps:

  1. Download cookie_cuttr extension from TYPO3 Extension Repository.
  2. Install the extension from extension manager.
import Cookie Cuttr

Static Templates

Add cookie_cuttr static templates for full functions

include Static

Configuration

Important

All default TypoScript settings you can find in constants.

typoscript Constants Settings

cookieAnalyticsMessage

Property

cookieAnalyticsMessage

Data type

string

Description

Cookie Analytics Message

position

Property

position

Data type

boolean

Description

Cookie Message bar position on Top or Bottom.
Default Value: Top

cookieExpires

Property

cookieExpires

Data type

int+

Description

Cookie Expires in days.
Default Value: 365

cookieDeclineButton

Property

cookieDeclineButton

Data type

options

Description

To show or not decline buttom.
Default Value: true

cookieDeclineButtonText

Property

cookieDeclineButtonText

Data type

string

Description

Cookie Decline Button Text.
Default Value: DECLINE COOKIES

cookieAcceptButtonText

Property

cookieAcceptButtonText

Data type

string

Description

Cookie Accept Button Text.
Default Value: ACCEPT COOKIES

cookieWhatAreLinkText

Property

cookieWhatAreLinkText

Data type

string

Description

What are cookies Link Text.
Default Value: What are cookies?

jqueryLibrary

Property

jqueryLibrary

Data type

boolean

Description

If you need to include jQuery Library.
Default Value: true

jqueryLibraryPath

Property

jqueryLibraryPath

Data type

string

Description

You can change version of JS library or include from your extension/folder.
Default Value: EXT:cookie_cuttr/Resources/Public/js/jquery-1.11.2.min.js

cookieLibrary

Property

cookieLibrary

Data type

boolean

Description

If you need to include Cookie Library.

Default Value: true

jqueryLibraryPath

Property

jqueryLibraryPath

Data type

string

Description

Cookie Library Path.
Default Value: EXT:cookie_cuttr/Resources/Public/js/jquery.cookie.js