Created
November 15, 2015 12:12
-
-
Save christianhaendel/312d1ab1b1bf0c956e90 to your computer and use it in GitHub Desktop.
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
tt_content.image.20.1.layout.default.element.override.cObject = CASE | |
tt_content.image.20.1.layout.default.element.override.cObject { | |
key.data = file:current:extension | |
svg = TEXT | |
svg { | |
value = <img src="{file:current:publicUrl}" width="{field:imagewidth}" height="{field:imageheight}"###PARAMS######ALTPARAMS######BORDER######SELFCLOSINGTAGSLASH###> | |
insertData = 1 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment