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

[TASK] add one more missing flexform field

parent 6ed9ae58
No related branches found
No related tags found
1 merge request!53Feature 547 rss feed
This commit is part of merge request !53. Comments created here will be created in the context of that merge request.
...@@ -144,7 +144,7 @@ class RssFeedConfigurationService implements \TYPO3\CMS\Core\SingletonInterface ...@@ -144,7 +144,7 @@ class RssFeedConfigurationService implements \TYPO3\CMS\Core\SingletonInterface
'showTags' => ['showTags', 'tags'], 'showTags' => ['showTags', 'tags'],
'starttime' => ['starttime'], 'starttime' => ['starttime'],
'endtime' => ['endtime'], 'endtime' => ['endtime'],
'newsLimitPerPage' => ['newsLimitPerPage', 'limit'], 'newsLimitPerPage' => ['newsLimitPerPage', 'limit', 'newsLimit'],
'sortBy' => ['sortBy'] 'sortBy' => ['sortBy']
]; ];
......
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