Skip to content
Snippets Groups Projects
Commit 5232bb1d authored by Tim Wagner's avatar Tim Wagner
Browse files

[BUGFIX] Add missing renderTypes for broken flexform fields

parent 50f10342
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,7 @@
<label>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.starttime</label>
<config>
<type>input</type>
<renderType>inputDateTime</renderType>
<size>12</size>
<eval>datetime</eval>
</config>
......@@ -76,6 +77,7 @@
<label>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.endtime</label>
<config>
<type>input</type>
<renderType>inputDateTime</renderType>
<size>12</size>
<eval>datetime</eval>
</config>
......@@ -87,6 +89,7 @@
<label>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.sortBy</label>
<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.systemDefault</numIndex>
......
......@@ -66,6 +66,7 @@
<label>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.starttime</label>
<config>
<type>input</type>
<renderType>inputDateTime</renderType>
<size>12</size>
<eval>datetime</eval>
</config>
......@@ -77,6 +78,7 @@
<label>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.endtime</label>
<config>
<type>input</type>
<renderType>inputDateTime</renderType>
<size>12</size>
<eval>datetime</eval>
</config>
......@@ -88,6 +90,7 @@
<label>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.sortBy</label>
<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.systemDefault</numIndex>
......@@ -111,6 +114,7 @@
<label>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.sortOrder</label>
<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.systemDefault</numIndex>
......
......@@ -15,6 +15,7 @@
<label>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.overview.flexForm.groupBy</label>
<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.overview.flexForm.groupBy.I.0</numIndex>
......@@ -68,6 +69,7 @@
<label>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.starttime</label>
<config>
<type>input</type>
<renderType>inputDateTime</renderType>
<size>12</size>
<eval>datetime</eval>
</config>
......@@ -78,6 +80,7 @@
<label>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.endtime</label>
<config>
<type>input</type>
<renderType>inputDateTime</renderType>
<size>12</size>
<eval>datetime</eval>
</config>
......@@ -88,6 +91,7 @@
<label>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.sortBy</label>
<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.systemDefault</numIndex>
......@@ -110,6 +114,7 @@
<label>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.sortOrder</label>
<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.systemDefault</numIndex>
......
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