[TYPO3] Using COA for configuring one's extension

Xavier Perseguers typo3 at perseguers.ch
Thu Jul 17 16:48:17 CEST 2008


> The question keeps as simple as:
> 
> Having
> 
> plugin.my_extension_pi1 {
>     parameter1 = COA
>     parameter1.10 = TEXT
>     parameter1.10.field = SONG:Artist
>     parameter1.10.wrap = <strong>|</strong>
> }
> 
> Should I preprocess the configuration array to change it to
> 
> parameter1.10.value = Jimmy Hendricks
> 
> before passing it to cObj->cObjGet()
> 
> Or is there a callback mechanism somehow available?

Or should I create a new TS object type "SONG" and doing what I want? 
Does someone already had such a crazy idea? :D

I'm feeling like I'm going to dig deeper into TYPO3's comprehension...

-- 
Xavier Perseguers
http://xavier.perseguers.ch/en/tutorials/typo3.html


More information about the TYPO3-english mailing list