# cnBolt-Extensions-Consent A simple Extension which handles the user consent of a bolt site ## Installation 1. Add the repository cnd-consent to the extensions/composer.json ``` "repositories": { "packagist": false, "bolt": { "type": "composer", "url": "https://extensions.bolt.cm/satis/" }, "cnd-consent": { "type": "git", "url": "https://github.com/CondeNastDigital/cnBolt-Extensions-Consent.git" } }, ``` 2. Trigger the composer installation ``` composer require cnd/consent composer install ``` ## Configuration The consent is configured in the usual extension config. See there for further explanations.