[TYPO3-english] YAG: ext_icon path

Claudio Strizzolo claudio.strizzolo at ts.infn.it
Fri Feb 3 09:03:44 CET 2017


Hi everybody,

I'm using T3 7.6.15 with yag 4.2.1.

I get this message in my deprecation log file:

[pages.columns.module.config.items] i/ within the path (ext_icon.png) in
items array is deprecated, use EXT: reference

The problem seems to be related to the following line in the
ext_emconf.php file:

// Register yag for 'contains plugin' in sysfolders
$TCA['pages']['columns']['module']['config']['items'][] =
['LLL:EXT:yag/Resources/Private/Language/locallang.xlf:tx_yag_general.yag',
'yag', 'i/ext_icon.png'];

The message disappears if the line gets changed like follows:

// Register yag for 'contains plugin' in sysfolders
$TCA['pages']['columns']['module']['config']['items'][] =
['LLL:EXT:yag/Resources/Private/Language/locallang.xlf:tx_yag_general.yag',
'yag', '/ext_icon.png'];

Is this an acceptable solution?

Thanks,

Claudio


More information about the TYPO3-english mailing list