2017 © Pedro Peláez
 

library web-cookiemonster

Automatic notification of cookie usage in a Ride application

image

ride/web-cookiemonster

Automatic notification of cookie usage in a Ride application

  • Friday, October 14, 2016
  • by ride-user
  • Repository
  • 11 Watchers
  • 0 Stars
  • 224 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 4 % Grown

The README.md

Ride: Web Cookiemonster

This module adds a message to the HTML view when cookies are used. This to comply with the EU regulations about cookies., (*1)

Usage

You can overwrite the cookiemonster template if you include a div with id="cookiemonster", preferably a text/template node. So it won't be visible on the page., (*2)

<script type="text/template" id="cookiemonster">
    <div class="container">
        <h2 class="cookiemonster__heading">{translate key="title.cookiemonster"}</h2>
        <p>{translate key="label.cookiemonster"}</p>
        <a href="#" class="cookiemonster__accept js-cookie-accept btn btn--sml">{translate key="button.cookiemonster"}</a>
    </div>
</script>

Parameters

  • cookiemonster.force: Flag to see if the cookiemonster omits the cookie check

Installation

You can use Composer to install this application., (*3)

composer require ride/web-cookiemonster

The Versions

14/10 2016

dev-master

9999999-dev

Automatic notification of cookie usage in a Ride application

  Sources   Download

MIT

The Requires

 

by Joris Vandeweerd

14/10 2016

dev-develop

dev-develop

Automatic notification of cookie usage in a Ride application

  Sources   Download

MIT

The Requires

 

by Joris Vandeweerd

14/10 2016

1.0.0

1.0.0.0

Automatic notification of cookie usage in a Ride application

  Sources   Download

MIT

The Requires

 

by Joris Vandeweerd

11/01 2016

0.3.0

0.3.0.0

Automatic notification of cookie usage in a Ride application

  Sources   Download

MIT

The Requires

 

by Joris Vandeweerd

29/04 2015

0.1.0

0.1.0.0

Automatic notification of cookie usage in a Ride application

  Sources   Download

MIT

The Requires

 

by Joris Vandeweerd