(no commit message)
[paste/246.git] / ImageSingle.html
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <html xmlns="http://www.w3.org/1999/xhtml" lang="en"\r
3      xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"\r
4      xmlns:flux="http://typo3.org/ns/FluidTYPO3/Flux/ViewHelpers"\r
5      xmlns:v="http://typo3.org/ns/FluidTYPO3/Vhs/ViewHelpers">\r
6   <f:layout name="Content" />\r
7     \r
8   <f:section name="Configuration">\r
9     <flux:form id="teaserlargeimage" options="{group: 'Teaser'}">\r
10       <flux:field.inline.fal name="settings.image" required="1" maxItems="1" minItems="1" collapseAll="1"/>\r
11     </flux:form>\r
12   </f:section>\r
13     \r
14   <f:section name="Main">\r
15     {v:content.resources.fal(field: 'settings.image') -> v:iterator.first() -> v:variable.set(name: 'imaged')}\r
16     <f:image treatIdAsReference="1" src="{imaged.id}" title="{image.title}" alt="{image.alternative}"/>\r
17   </f:section>\r
18 </html>\r