[TYPO3-english] addTcaTypeIcon

Jacco van der Post jacco at id-internetservices.com
Fri Jul 22 20:05:38 CEST 2016


Hi,

I want my own icon in the pagetree for a folder. I can select set 
"Contains plugin" with

$TCA['pages']['columns']['module']['config']['items'][] = array('myExt', 
'myext','../typo3conf/ext/my_ext/ext_icon.gif');

To get an icon in the tree it used to be

\TYPO3\CMS\Backend\Sprite\SpriteManager::addTcaTypeIcon('pages', 
'contains-myext', '../typo3conf/ext/my_ext/ext_icon.gif');

addTcaTypeIcon is deprecated and doesnt work anymore in 7.6, any hint 
how to do it now?


-- 
Kind Regards

Jacco van der Post


More information about the TYPO3-english mailing list