[TYPO3-english] Re: typolink typoscript

Mitja mitja.orlic at gmail.com
Wed Mar 27 08:50:29 CET 2013


Hi Aron!
Rather than using IMAGE for all use COA:

MySnippet = COA
MySnippet{
	10 = IMAGE
	10{
		file{
			XY = 360,270
			import = uploads/tx_templavoila/
			import.current = 1
			import.listNum = 0
			maxW = 360
			minW = 360
			maxH = 270
			minH = 270
		}
		params = class="folioThumb wp-post-image"
	}
	20 = TEXT
	20.value = Title
	#In case you would like to use the page title instead of title you can do it like this:
	#20.data = page:title
	20.wrap = <h3> | </h3>

	30 = TEXT
	30.value = Details
	30.wrap = <p> | </p>

	wrap = <div class="folioTextHolder"><div class="folioText"> | </div></div>
}



More information about the TYPO3-english mailing list