https://github.com/dennisinteractive/impliedconsent
Working clone of https://www.drupal.org/project/impliedconsent
https://github.com/dennisinteractive/impliedconsent
Last synced: 9 months ago
JSON representation
Working clone of https://www.drupal.org/project/impliedconsent
- Host: GitHub
- URL: https://github.com/dennisinteractive/impliedconsent
- Owner: dennisinteractive
- Created: 2018-09-04T14:58:15.000Z (almost 8 years ago)
- Default Branch: 8.x-2.x
- Last Pushed: 2021-09-27T07:57:43.000Z (almost 5 years ago)
- Last Synced: 2025-06-22T17:08:03.837Z (about 1 year ago)
- Language: PHP
- Size: 18.6 KB
- Stars: 0
- Watchers: 38
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* Configuration
INTRODUCTION
------------
Adds Drupal support to the Implied Consent JavaScript tool. The script
implements an implied consent notice to comply with the UK's implementation of
the EU cookie laws.
REQUIREMENTS
------------
This module requires the following modules:
* Implied Consent Library (https://github.com/dennisinteractive/implied-consent)
INSTALLATION
------------
* Install as you would normally install a contributed drupal module.
* Either download the implied-consent library and extract it to /libraries
Or use composer with the following in the root composer.json:
{
"type": "package",
"package": {
"name": "dennisinteractive/implied-consent",
"version": "1.1.0",
"type": "drupal-library",
"source": {
"url": "https://github.com/dennisinteractive/implied-consent.git",
"type": "git",
"reference": "1.1.0"
},
"dist": {
"url": "https://github.com/dennisinteractive/implied-consent/archive/1.1.0.zip",
"type": "zip"
}
}
}
CONFIGURATION
-------------
* /admin/config/system/impliedconsent