[TYPO3-dev] stdWrap for userFuncs conf
Georg Ringer
mail-spam at ringerge.org
Wed Dec 5 23:10:27 CET 2007
Hi,
I just discovered a big missing feature and I don't have any clue how
this could be fixed. I would need stdWrap functionality for the
configuration of userFuncs.
Take e.g. this sample code
postUserFunc = tx_rgmediaimages_fe->user_images
postUserFunc {
test = TEXT
test.data = register:imagewidth
}
But all I will get inside the userFunc is
----------
Array (
[test] => TEXT
[test.] => Array ( [data] => register:imagewidth )
)
----------
It is already too lat to process this e.g. with cObjGetSingle.
Anybody got a hint where I could find the right place to add the stdWrap?
thanks a lot
Georg
More information about the TYPO3-dev
mailing list