0.1.0 • Published 1 year ago

@jonl1/wappler-ac-cookie-consent v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Wappler - Cookie Consent Extension

App Connect extension that wraps Cookie Consent library . Cookie Consent is lightweight & gdpr compliant cookie consent plugin written in plain javascript.

Installation

  1. Open your Project Settings.
  2. Go to the Extensions
  3. Click on Add extension
  4. Enter @jonl1/wappler-ac-cookie-consent
  5. Click save
  6. Click save again. This step will install the extension.

Usage

  1. Click Add new component in the App structure panel.
  2. Browse to Jonl1 folder and add Jonl1 Cookie Consent to your page. In code view it will look something like this:

    <dmx-jonl1-cookie-consent id="consent1" dmx-bind:categories="{necessary:{enabled:true,readOnly:true,autoClear:''}}"></dmx-jonl1-cookie-consent>

The component is documented in the UI but make sure to check the library's documentation

You can check what it's capable in the demo website

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT