Initial commit
This commit is contained in:
commit
1bfb8a1a77
11 changed files with 668 additions and 0 deletions
9
ext_localconf.php
Normal file
9
ext_localconf.php
Normal 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';
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue