[TYPO3-mvc] RFC #11179: Allow to specify plugin icon in Tx_Extbase_Utility_Extension::registerPlugin()

Franz Koch typo3.RemoveForMessage at elements-net.de
Wed Dec 1 11:43:05 CET 2010


Hi again,

>> Problem:
>> For extbase plugins, you cannot set the icon in the plugin dropdown
>> selector of the backend. piBase plugins can. t3lib_extMgm::addPlugin()
>> allows to use custom icons. Therefor it should also be supported in
>> registerPlugin() which is mainly a wrapper for addPlugin().
>>
>> Solution:
>> Add property to registerPlugin.
>
> from having a short look at the patch, I noticed that you require the
> fourth parameter to be set, because you didn't specify a default for it.
> Please give it a default (NULL, FALSE, or '') to prevent php error
> messages like "missing parameter 4 of method..." - thanks.

oh and sorry for nitpicking, but the method annotation also has to be 
updated by a 4th parameter.

-- 
kind regards,
Franz Koch


More information about the TYPO3-project-typo3v4mvc mailing list