Created
June 9, 2022 11:38
-
-
Save Zillion01/78b54ba9c73cf6d2d0319606cd1c198e to your computer and use it in GitHub Desktop.
TYPO3 11.5 flexform image link (not fal)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<image> | |
<TCEforms> | |
<label>Image</label> | |
<displayCond>FIELD:style:=:1</displayCond> | |
<config> | |
<type>input</type> | |
<renderType>inputLink</renderType> | |
<fieldControl> | |
<linkPopup> | |
<options> | |
<allowedExtensions>jpg,jpeg,gif,png</allowedExtensions> | |
<blindLinkOptions>folder,mail,page,telephone,url,news</blindLinkOptions> | |
</options> | |
</linkPopup> | |
</fieldControl> | |
</config> | |
</TCEforms> | |
</image> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can be used in Fluid with
<f:image src="">