Skip to content
Snippets Groups Projects
Commit 3aaf8777 authored by Kevin von Spiczak's avatar Kevin von Spiczak
Browse files

[TASK] clean up, add flexform description

parent 0aad03c3
No related branches found
No related tags found
1 merge request!53Feature 547 rss feed
......@@ -106,7 +106,7 @@ class RssFeedConfigurationService implements \TYPO3\CMS\Core\SingletonInterface
}
// parse flexform field contents
foreach ($newsPlugins as $index => $newsPlugin) {
foreach ($newsPlugins as $newsPlugin) {
if (!isset($newsPlugin['pi_flexform'])) {
continue;
}
......
......@@ -87,6 +87,7 @@
<settings.useForRSSFeed>
<TCEforms>
<label>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.use_plugin_settings_for_rss_feed</label>
<description>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.use_plugin_settings_for_rss_feed.description</description>
<config>
<type>check</type>
<default>1</default>
......
......@@ -89,6 +89,7 @@
<settings.useForRSSFeed>
<TCEforms>
<label>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.use_plugin_settings_for_rss_feed</label>
<description>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.use_plugin_settings_for_rss_feed.description</description>
<config>
<type>check</type>
<default>1</default>
......
......@@ -171,6 +171,7 @@
<settings.useForRSSFeed>
<TCEforms>
<label>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.use_plugin_settings_for_rss_feed</label>
<description>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.use_plugin_settings_for_rss_feed.description</description>
<config>
<type>check</type>
<default>1</default>
......
......@@ -341,6 +341,10 @@ Wenn keine ausgewählt werden, sind alle Tags im Frontend verfügbar.]]></target
<source><![CDATA[Use plugin settings for news RSS feed]]></source>
<target><![CDATA[Plugin-Konfiguration für News-RSS-Feed verwenden]]></target>
</trans-unit>
<trans-unit id="plugin.flexForm.use_plugin_settings_for_rss_feed.description" approved="yes">
<source><![CDATA[To see the RSS feed in the frontend, "/news.xml" must be appended to the end of the page's URL.]]></source>
<target><![CDATA[Um den RSS-Feed im Frontend sehen zu können, muss "/news.xml" an das Ende der URL der Seite angehangen werden.]]></target>
</trans-unit>
</body>
</file>
</xliff>
......@@ -257,6 +257,9 @@ If none are selected, all tags will be available in the frontend.]]></source>
<trans-unit id="plugin.flexForm.use_plugin_settings_for_rss_feed">
<source><![CDATA[Use plugin settings for news RSS feed]]></source>
</trans-unit>
<trans-unit id="plugin.flexForm.use_plugin_settings_for_rss_feed.description">
<source><![CDATA[To see the RSS feed in the frontend, "/news.xml" must be appended to the end of the page's URL.]]></source>
</trans-unit>
</body>
</file>
</xliff>
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