Initial commit
This commit is contained in:
20
typo3conf/ext/tgm_socialshareprivacy/ext_localconf.php
Normal file
20
typo3conf/ext/tgm_socialshareprivacy/ext_localconf.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
if (!defined('TYPO3_MODE')) {
|
||||
die ('Access denied.');
|
||||
}
|
||||
|
||||
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
|
||||
'TYPO3.' . $_EXTKEY,
|
||||
'Main',
|
||||
array(
|
||||
'SocialButton' => 'index',
|
||||
|
||||
),
|
||||
// non-cacheable actions
|
||||
array(
|
||||
'SocialButton' => '',
|
||||
|
||||
)
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user