Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.17 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.17 KB

TYPO3 Extension social_gdpr

Latest Stable Version Build Status StyleCI

Show social media after user confirmation

Features

Installation

Simply install the extension with Composer or the Extension Manager.

composer require ichhabrecht/social-gdpr

Usage

@todo Write instructions on how to activate the extension by either including the typoscript or creating a record in the BE

Configure the extension in settings.php

'social_gdpr' => [
    'osmPreview' => '0',
    'vimeoPreview' => '0',
    'youtubePreview' => '0',
],

Run Unit Tests

composer install
php .Build/bin/phpunit -c phpunit.xml.dist

Community