Skip to content

Instantly share code, notes, and snippets.

@DenisMir
Created October 2, 2014 13:40
Show Gist options
  • Save DenisMir/08f9631300f0b5ef18e8 to your computer and use it in GitHub Desktop.
Save DenisMir/08f9631300f0b5ef18e8 to your computer and use it in GitHub Desktop.
ext_tables.php
<?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