Created
October 2, 2014 13:40
-
-
Save DenisMir/08f9631300f0b5ef18e8 to your computer and use it in GitHub Desktop.
ext_tables.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if (!defined('TYPO3_MODE')) { | |
die ('Access denied.'); | |
} | |
TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addStaticFile($_EXTKEY, 'Configuration/TypoScript', 'Master'); | |
Tx_Flux_Core::registerProviderExtensionKey('<extension name>', 'Page'); | |
Tx_Flux_Core::registerProviderExtensionKey('<extension name>', 'Content'); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment