Initial commit

This commit is contained in:
Marcel Kapfer 2021-04-11 13:41:47 +02:00
commit 1bfb8a1a77
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09
11 changed files with 668 additions and 0 deletions

9
ext_localconf.php Normal file
View file

@ -0,0 +1,9 @@
<?php
if (!defined('TYPO3_MODE')) {
die('Access denied.');
}
call_user_func(function () {
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_pagerenderer.php']['render-preProcess'][] = \MMK2410\PlausibleAnalytics\Hooks\PageRendererPreProcess::class . '->addLibrary';
});