Skip to content
Snippets Groups Projects
Commit 6d7521df authored by Michael Kessler's avatar Michael Kessler
Browse files

[TASK] Add layout options to flexform

parent 309e1bc7
No related branches found
No related tags found
1 merge request!5Feature layout settings
......@@ -44,6 +44,30 @@
</TCEforms>
</settings.maxResults>
<settings.layout>
<TCEforms>
<label>LLL:EXT:sg_youtube/Resources/Private/Language/locallang.xlf:flexform.layout</label>
<config>
<type>select</type>
<renderType>selectSingle</renderType>
<items type="array">
<numIndex index="0" type="array">
<numIndex index="0">LLL:EXT:sg_youtube/Resources/Private/Language/locallang.xlf:flexform.layout.default</numIndex>
<numIndex index="1">default</numIndex>
</numIndex>
<numIndex index="1" type="array">
<numIndex index="0">LLL:EXT:sg_youtube/Resources/Private/Language/locallang.xlf:flexform.layout.horizontal</numIndex>
<numIndex index="1">horizontal</numIndex>
</numIndex>
<numIndex index="2" type="array">
<numIndex index="0">LLL:EXT:sg_youtube/Resources/Private/Language/locallang.xlf:flexform.layout.vertical</numIndex>
<numIndex index="1">vertical</numIndex>
</numIndex>
</items>
</config>
</TCEforms>
</settings.layout>
<settings.showTitle>
<TCEforms>
<exclude>0</exclude>
......
......@@ -41,6 +41,22 @@
<source><![CDATA[ID of Channel (UC), Playlist (PL) or Single Video (youtube.com/watch?v=%ID%)]]></source>
<target><![CDATA[ID eines Channels (UC), einer Playlist (PL) oder eines einzelnen Videos (youtube.com/watch?v=%ID%)]]></target>
</trans-unit>
<trans-unit id="flexform.layout" approved="yes">
<source><![CDATA[Layout Style]]></source>
<target><![CDATA[Layout-Art]]></target>
</trans-unit>
<trans-unit id="flexform.layout.default" approved="yes">
<source><![CDATA[Default]]></source>
<target><![CDATA[Standard]]></target>
</trans-unit>
<trans-unit id="flexform.layout.horizontal" approved="yes">
<source><![CDATA[List horizontally]]></source>
<target><![CDATA[Horizontale Auflistung]]></target>
</trans-unit>
<trans-unit id="flexform.layout.vertical" approved="yes">
<source><![CDATA[List vertically]]></source>
<target><![CDATA[Vertikale Auflistung]]></target>
</trans-unit>
<trans-unit id="flexform.maxResults" approved="yes">
<source><![CDATA[Maximum Amount]]></source>
<target><![CDATA[Maximale Anzahl]]></target>
......
......@@ -32,6 +32,18 @@
<trans-unit id="flexform.id">
<source><![CDATA[ID of Channel (UC), Playlist (PL) or Single Video (youtube.com/watch?v=%ID%)]]></source>
</trans-unit>
<trans-unit id="flexform.layout">
<source><![CDATA[Layout Style]]></source>
</trans-unit>
<trans-unit id="flexform.layout.default">
<source><![CDATA[Default]]></source>
</trans-unit>
<trans-unit id="flexform.layout.horizontal">
<source><![CDATA[List horizontally]]></source>
</trans-unit>
<trans-unit id="flexform.layout.vertical">
<source><![CDATA[List vertically]]></source>
</trans-unit>
<trans-unit id="flexform.maxResults">
<source><![CDATA[Maximum Amount]]></source>
</trans-unit>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment