Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 2.44 KB

File metadata and controls

41 lines (28 loc) · 2.44 KB

aui-cookie-consent

Properties

Property Attribute Description Type Default
branding branding Extra CSS class(es) to add string 'aui'
config config Configuration of your cookie consent window string undefined
domain domain Set the domain where you want your cookiepreferences to be saved. eg. 'antwerpen.be' string undefined
environment environment Set the current enovironment, this will impact the name of the cookie where the preferences will be saved. eg. 'acceptance' string undefined
excludedpaths excludedpaths Single path or comma seperated list of paths on which the cookie consent will not open string undefined
openPreferences open-preferences If set to true, the modal will show the cookie preferences and not the default screen with the title and description boolean undefined
preferencesSaved -- Runs when new cookie preferences are saved Function undefined
translations translations Set the translation strings for the cookie consent string undefined

Dependencies

Depends on

Graph

graph TD;
  aui-cookie-consent --> aui-cookie-category
  aui-cookie-consent --> aui-icon
  aui-cookie-category --> aui-icon
  aui-cookie-category --> aui-cookie-table
  style aui-cookie-consent fill:#f9f,stroke:#333,stroke-width:4px
Loading

Built with StencilJS