vhs icon indicating copy to clipboard operation
vhs copied to clipboard

Assets with code inside are ignored

Open dmitryd opened this issue 1 year ago • 2 comments

Example:

        <v:asset.script name="iframe-resizer-init" movable="1">
            iFrameResize({}, ".iframe-responsive-height");
        </v:asset.script>

This does not produce ANY output at all. I traced it down to FluidTYPO3\Vhs\Service\AssetService::manipulateAssetsByTypoScriptSettings():

asset

This shows that the content of the <v:asset.script> and <v:asset.style> will be ignored.

dmitryd avatar Mar 02 '23 10:03 dmitryd