Loading...
 
Skip to main content

History: Cookie_Consent_Example

Source of version: 1 (current)

Copy to clipboard
            ''Demo of the new cookie consent feature in Tiki 23.1+''
!! Preferences
{CODE(caption="YAML")}
preferences:
 cookie_consent_analytics: 'y'
 cookie_consent_description: "This website would like to place cookies on your computer to improve the quality of your experience of the site. To find out more about the cookies, see our ((privacy notice)).\r\n\r\n__Necessary cookies__\r\nNecessary cookies enable core functionality such as security, network management, and accessibility."
 cookie_consent_feature: 'y'
 cookie_consent_mode: dialog
 cookie_consent_question: '__Analytics Cookies__ %%% I also accept External Analytics cookies from this site.'
 wikiplugin_cookieconsent: 'y'
{CODE}
!! The Module
{CODE(caption="YAML")}
objects:
 -
  type: module
  data:
   name: cookiesettings
   params:
    nobox: 'y'
   groups: {  }
   order: '3'
   position: bottom
{CODE}