Skip to content

Instantly share code, notes, and snippets.

@michaelorionmcmanus
Created November 30, 2010 23:15
Show Gist options
  • Save michaelorionmcmanus/722617 to your computer and use it in GitHub Desktop.
Save michaelorionmcmanus/722617 to your computer and use it in GitHub Desktop.
a gift
/********************************************************************************************
* PLUGIN IDENTITY AND DEFAULTS
*******************************************************************************************/
t3lib_extMgm::addStaticFile($_EXTKEY, 'Configuration/TypoScript', 'Plazm');
$extensionName = t3lib_div::underscoredToUpperCamelCase($_EXTKEY);
$pluginSignature = strtolower($extensionName) . '_archives';
/********************************************************************************************
* FLEXFORMS
*******************************************************************************************/
$GLOBALS['TCA']['tt_content']['types']['list']['subtypes_excludelist'][$pluginSignature] = 'layout,select_key,recursive';
$GLOBALS['TCA']['tt_content']['types']['list']['subtypes_addlist'][$pluginSignature] = 'pi_flexform';
t3lib_extMgm::addPiFlexFormValue($pluginSignature, 'FILE:EXT:' . $_EXTKEY . '/Configuration/FlexForms/flexform_archive_item.xml');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment