[TYPO3-dev] fluid_styled_content and table CE Allow a few html tags

Chris Sy typo3 at chomeyer.de
Tue Jul 5 21:38:21 CEST 2016


Hi,

I use fluid_styled_content, typo3 7.6.9

I want to bring the <link> tag back to the table CE.

I manipulate a copy from Resources/Private/Partials/ContentElements/Table/Columns.html

<f:if condition="{cell}">
        <f:then>
        <f:format.html><f:format.nl2br>{cell}</f:format.nl2br></f:format.html>
        </f:then>
        <f:else>
                 
        </f:else>
</f:if>

Is it a bad idea to do so? As far I figured out that <script>alert(1)</script> is not possible and <a href ... and <link ... work.

Why is this setting not default?

Cheers




        



More information about the TYPO3-dev mailing list