page-8/total-cookie-consent
Composer 安装命令:
composer require page-8/total-cookie-consent
包简介
The plugin provides total control over the cookie consent collection process and includes three consent collection options: No Consent, Implied Consent, and Explicit Consent. Collection methods can be tailored per country or state to provide an optimal non-intrusive user experience.
README 文档
README
The plugin provides total control over the cookie consent collection process and includes three consent collection options: No Consent, Implied Consent, and Explicit Consent. Collection methods can be tailored per country or state to provide an optimal non-intrusive user experience.
Requirements
This plugin requires Craft CMS 3.0.0 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project -
Then tell Composer to load the plugin:
composer require pageworks/total-cookie-consent -
In the Control Panel, go to Settings → Plugins and click the “Install” button for Total Cookie Consent.
Usage
Add the following twig to your project base template to begin using the plugin.
{% hook 'total-cookie-consent' %}
{% set consent = craft.tcc.consent() %}
{% if consent['statistics'] %}
{# statistics code #}
{% endif %}
{% if consent['marketing'] %}
{# marketing code #}
{% endif %}
{% if consent['necessary'] %}
{# necessary code #}
{% endif %}
统计信息
- 总下载量: 30
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-09-24