--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>\r
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en"\r
+ xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"\r
+ xmlns:flux="http://typo3.org/ns/FluidTYPO3/Flux/ViewHelpers"\r
+ xmlns:v="http://typo3.org/ns/FluidTYPO3/Vhs/ViewHelpers">\r
+ <f:layout name="Content" />\r
+ \r
+ <f:section name="Configuration">\r
+ <flux:form id="teaserlargeimage" options="{group: 'Teaser'}">\r
+ <flux:field.inline.fal name="settings.image" required="1" maxItems="1" minItems="1" collapseAll="1"/>\r
+ </flux:form>\r
+ </f:section>\r
+\r
+ <f:section name="Main">\r
+ <f:for each="{v:content.resources.fal(field: 'settings.image')}" as="image">\r
+ <f:image treatIdAsReference="1" src="{image.id}" title="{image.description}" alt="{image.title}"/>\r
+ </f:for>\r
+ </f:section>\r
+</html>\r