Project

al_cookie

0.0
The project is in a healthy, maintained state
Provides cookie consent runtime assets and Liquid tags for al-folio sites.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

>= 2.0, < 3.0
~> 5.0
~> 13.0

Runtime

>= 3.9, < 5.0
>= 4.0, < 6.0
 Project Readme

al-cookie

al_cookie is the cookie-consent plugin for al-folio v1.x.

What it owns

  • Cookie consent runtime setup and UI wiring
  • Consent-related includes/assets previously owned by monolithic theme code
  • Consent theme synchronization hooks used by al-folio

Installation

gem 'al_cookie'

Enable in _config.yml:

plugins:
  - al_cookie

Usage

Render assets/scripts where your layout expects consent support:

{% al_cookie_styles %}
{% al_cookie_scripts %}

Use your existing consent config keys in _config.yml.

Ecosystem context

  • Starter/orchestration: al-folio
  • Theme runtime contracts: al_folio_core
  • Consent gating integrations (for example analytics) are consumed via plugin boundaries.

Contributing

Changes to consent behavior should be proposed in this repository (not al-folio starter), unless the change is strictly starter documentation/demo content.