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

[TASK] Add design sheet to latest news flexform

parent b91a231a
No related branches found
No related tags found
1 merge request!30Feature latest news slider
......@@ -110,5 +110,70 @@
</el>
</ROOT>
</main>
<design>
<ROOT>
<TCEforms>
<sheetTitle>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.design</sheetTitle>
</TCEforms>
<type>array</type>
<el>
<settings.layout>
<TCEforms>
<label>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.layout</label>
<onChange>reload</onChange>
<config>
<type>select</type>
<renderType>selectSingle</renderType>
<items>
<numIndex index="0">
<numIndex index="0">LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.layout.default</numIndex>
<numIndex index="1">default</numIndex>
</numIndex>
<numIndex index="1">
<numIndex index="0">LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.layout.content</numIndex>
<numIndex index="1">content</numIndex>
</numIndex>
</items>
</config>
</TCEforms>
</settings.layout>
<settings.columns>
<TCEforms>
<displayCond>FIELD:settings.layout:=:content</displayCond>
<label>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.layout.columns</label>
<description>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.layout.columns.description</description>
<config>
<type>input</type>
<size>1</size>
<placeholder>1</placeholder>
<default>1</default>
<eval>trim,int</eval>
<mode>userOverridePlaceholder</mode>
<range>
<lower>1</lower>
<upper>4</upper>
</range>
</config>
</TCEforms>
</settings.columns>
<settings.navigation>
<TCEforms>
<label>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.layout.navigation</label>
<config>
<type>check</type>
<items type="array">
<numIndex index="0" type="array">
<numIndex index="0"></numIndex>
<numIndex index="1"></numIndex>
</numIndex>
</items>
</config>
</TCEforms>
</settings.navigation>
</el>
</ROOT>
</design>
</sheets>
</T3DataStructure>
......@@ -97,6 +97,10 @@
<source><![CDATA[Descending]]></source>
<target><![CDATA[Absteigend]]></target>
</trans-unit>
<trans-unit id="plugin.flexForm.design" approved="yes">
<source><![CDATA[Design]]></source>
<target><![CDATA[Design]]></target>
</trans-unit>
<trans-unit id="plugin.flexForm.endtime" approved="yes">
<source><![CDATA[Only show news published before]]></source>
<target><![CDATA[Zeige nur News veröffentlicht vor]]></target>
......@@ -105,6 +109,30 @@
<source><![CDATA[News which are excluded from the list]]></source>
<target><![CDATA[News, welche nicht in der Liste dargestellt werden]]></target>
</trans-unit>
<trans-unit id="plugin.flexForm.layout" approved="yes">
<source><![CDATA[Layout]]></source>
<target><![CDATA[Layout]]></target>
</trans-unit>
<trans-unit id="plugin.flexForm.layout.columns" approved="yes">
<source><![CDATA[Columns]]></source>
<target><![CDATA[Spalten]]></target>
</trans-unit>
<trans-unit id="plugin.flexForm.layout.columns.description" approved="yes">
<source><![CDATA[The number of columns. (1-4)]]></source>
<target><![CDATA[Die Anzahl an Spalten. (1-4)]]></target>
</trans-unit>
<trans-unit id="plugin.flexForm.layout.content" approved="yes">
<source><![CDATA[Content]]></source>
<target><![CDATA[Content]]></target>
</trans-unit>
<trans-unit id="plugin.flexForm.layout.default" approved="yes">
<source><![CDATA[Default]]></source>
<target><![CDATA[Standard]]></target>
</trans-unit>
<trans-unit id="plugin.flexForm.layout.navigation" approved="yes">
<source><![CDATA[Navigation dots]]></source>
<target><![CDATA[Navigationspunkte]]></target>
</trans-unit>
<trans-unit id="plugin.flexForm.newsAuthor" approved="yes">
<source><![CDATA[News Author]]></source>
<target><![CDATA[News Autor]]></target>
......
......@@ -75,12 +75,33 @@
<trans-unit id="plugin.flexForm.desc">
<source><![CDATA[Descending]]></source>
</trans-unit>
<trans-unit id="plugin.flexForm.design">
<source><![CDATA[Design]]></source>
</trans-unit>
<trans-unit id="plugin.flexForm.endtime">
<source><![CDATA[Only show news published before]]></source>
</trans-unit>
<trans-unit id="plugin.flexForm.excludedNews">
<source><![CDATA[News which are excluded from the list]]></source>
</trans-unit>
<trans-unit id="plugin.flexForm.layout">
<source><![CDATA[Layout]]></source>
</trans-unit>
<trans-unit id="plugin.flexForm.layout.columns">
<source><![CDATA[Columns]]></source>
</trans-unit>
<trans-unit id="plugin.flexForm.layout.columns.description">
<source><![CDATA[The number of columns. (1-4)]]></source>
</trans-unit>
<trans-unit id="plugin.flexForm.layout.content">
<source><![CDATA[Content]]></source>
</trans-unit>
<trans-unit id="plugin.flexForm.layout.default">
<source><![CDATA[Default]]></source>
</trans-unit>
<trans-unit id="plugin.flexForm.layout.navigation">
<source><![CDATA[Navigation dots]]></source>
</trans-unit>
<trans-unit id="plugin.flexForm.newsAuthor">
<source><![CDATA[News Author]]></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