.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../Includes.txt .. _admin-manual: Administrator Manual ==================== .. _admin-installation: Installation ------------ To install the extension, perform the following steps: #. Download cookie_cuttr extension from TYPO3 Extension Repository. #. Install the extension from extension manager. .. figure:: ../Images/AdministratorManual/importCookieCuttr.png :width: 800px :alt: import Cookie Cuttr Static Templates """""""""""""""" Add cookie_cuttr static templates for full functions .. figure:: ../Images/AdministratorManual/includeStatic.png :width: 800px :alt: include Static .. _admin-configuration: Configuration ------------- .. important:: All default TypoScript settings you can find in constants. .. figure:: ../Images/AdministratorManual/typoscriptConstantsSettings.png :width: 800px :alt: typoscript Constants Settings Properties ^^^^^^^^^^ .. only:: html .. contents:: :local: :depth: 1 .. _ts-cookieAnalyticsMessage: cookieAnalyticsMessage """""""""""""""""""""" .. container:: table-row Property cookieAnalyticsMessage Data type string Description Cookie Analytics Message .. _ts-position: position """""""" .. container:: table-row Property position Data type boolean Description Cookie Message bar position on Top or Bottom. **Default Value:** Top .. _ts-cookieExpires: cookieExpires """"""""""""" .. container:: table-row Property cookieExpires Data type int+ Description Cookie Expires in days. **Default Value:** 365 .. _ts-cookieDeclineButton: cookieDeclineButton """"""""""""""""""" .. container:: table-row Property cookieDeclineButton Data type options Description To show or not decline buttom. **Default Value:** true .. _ts-cookieDeclineButtonText: cookieDeclineButtonText """"""""""""""""""""""" .. container:: table-row Property cookieDeclineButtonText Data type string Description Cookie Decline Button Text. **Default Value:** DECLINE COOKIES .. _ts-cookieAcceptButtonText: cookieAcceptButtonText """""""""""""""""""""" .. container:: table-row Property cookieAcceptButtonText Data type string Description Cookie Accept Button Text. **Default Value:** ACCEPT COOKIES .. _ts-cookiePolicyLink: cookiePolicyLink """""""""""""""" .. container:: table-row Property cookiePolicyLink Data type string Description Link for cookie policy. **Default Value:** http://www.allaboutcookies.org .. _ts-cookieWhatAreLinkText: cookieWhatAreLinkText """"""""""""""""""""" .. container:: table-row Property cookieWhatAreLinkText Data type string Description What are cookies Link Text. **Default Value:** What are cookies? .. _ts-jqueryLibrary: jqueryLibrary """"""""""""" .. container:: table-row Property jqueryLibrary Data type boolean Description If you need to include jQuery Library. **Default Value:** true .. _ts-jqueryLibraryPath: jqueryLibraryPath """"""""""""""""" .. container:: table-row 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 .. _ts-cookieLibrary: cookieLibrary """"""""""""" .. container:: table-row Property cookieLibrary Data type boolean Description If you need to include Cookie Library. **Default Value:** true .. _ts-jqueryLibraryPath: jqueryLibraryPath """"""""""""""""" .. container:: table-row Property jqueryLibraryPath Data type string Description Cookie Library Path. **Default Value:** EXT:cookie_cuttr/Resources/Public/js/jquery.cookie.js