Commit ca23712f authored by Andy Hausmann's avatar Andy Hausmann

Stuff.

parent 75fd9035
......@@ -53,6 +53,9 @@ $TCA['tx_flexslider_domain_model_flexslider'] = array(
),
);
/**
* Add Plugin to New Content Element Wizard
*/
if (TYPO3_MODE === 'BE') {
// Add Plugin to CE Wizard
$TBE_MODULES_EXT['xMOD_db_new_content_el']['addElClasses'][$pluginSignature . '_wizicon'] = t3lib_extMgm::extPath($_EXTKEY) . 'Resources/Private/Php/class.' . $_EXTKEY . '_wizicon.php';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment