Last active
August 29, 2015 14:21
-
-
Save gsimone/6cc122792b340d0da825 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| options = { | |
| // class for the scripts to be loaded on demand | |
| scriptsClass: 'ce-elm', | |
| // custom HTML for the banner | |
| bannerHTML: '<a href="#" class="ce-trigger">Enable</a>', | |
| // banner classes | |
| bannerClasses: { | |
| container: 'ce-banner', | |
| trigger: 'ce-trigger' | |
| }, | |
| // settings for the cookie that stores consent | |
| cookie: { | |
| name: 'ce-consent', | |
| truthyValue: 'Y', | |
| duration: 365 | |
| } | |
| // events that trigger consent | |
| triggers: { | |
| scroll: false, | |
| clickAnywhere: false | |
| }, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment