(no commit message)
authorChristian Weiske <cweiske@cweiske.de>
Tue, 3 Nov 2015 14:26:04 +0000 (15:26 +0100)
committerwww-cweiske <www-cweiske@localhost.localdomain>
Tue, 3 Nov 2015 14:26:04 +0000 (15:26 +0100)
ImageSingle.html [new file with mode: 0644]

diff --git a/ImageSingle.html b/ImageSingle.html
new file mode 100644 (file)
index 0000000..abb2583
--- /dev/null
@@ -0,0 +1,18 @@
+<?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
+    {v:content.resources.fal(field: 'settings.image') -> v:iterator.first() -> v:variable.set(name: 'imaged')}\r
+    <f:image treatIdAsReference="1" src="{imaged.id}"/>\r
+  </f:section>\r
+</html>\r