[TYPO3-dev] Custom tt_content CType using File Abstraction Layer (FAL)

Mattias Nilsson tollepjaer at gmail.com
Tue Apr 16 20:39:18 CEST 2013


Hi Christian,

I would also advice you to take a look into this documentation as well:
http://wiki.typo3.org/FAL

/Mattias


On Tue, Apr 16, 2013 at 8:37 PM, Christian Ludwig <cl at viazenetti.de> wrote:

> Hi,
>
> I am doing my best to update some old extensions to be v6.0 with FAL
> compatible. But I cannot find a proper documentation on how to work with
> FAL
> (http://docs.typo3.org/typo3cms/FileAbstractionLayerReference/Developers
> /UsingFal/Index.html is really incomplete) nor any examples in the web.
>
> I have an extension that simply generates an additional tt_content
> element (CType). The TCA is an exact copy of the textpic content
> element:
>
> $TCA["tt_content"]["types"][$_EXTKEY."_pi1"]["showitem"] =
> $TCA["tt_content"]["types"]["textpic"]["showitem"];
>
> and at the moment the TypoScript is a copy too:
>
> tt_content.mycontent_pi1 >
> tt_content.mycontent_pi1 < tt_content.textpic
>
> But images are not rendered, TYPO3 searches an image "1" instead of
> using FALL to get the proper image name.
>
> How can I 'register' my extension to use FAL?
>
> Thanks
> ---
> Christian
> _______________________________________________
> TYPO3-dev mailing list
> TYPO3-dev at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev
>



More information about the TYPO3-dev mailing list