Skip to content

Commit

Permalink
[FEATURE] Allow configuring RSS fields in the constant editor (#2261)
Browse files Browse the repository at this point in the history
  • Loading branch information
KrohnMi authored Nov 17, 2023
1 parent b7b9e9a commit 64fcff3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Configuration/TypoScript/constants.typoscript
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
# customsubcategory=rss=RSS

plugin.tx_news {
rss.channel {
# cat=plugin.tx_news/rss; type=string; label=Title
title = Dummy Title
# cat=plugin.tx_news/rss; type=string; label=Description
description =
# cat=plugin.tx_news/rss; type=string; label=Link
link = http://example.com
# cat=plugin.tx_news/rss; type=string; label=Language
language = en-gb
# cat=plugin.tx_news/rss; type=string; label=Copyright
copyright = TYPO3 News
# cat=plugin.tx_news/rss; type=string; label=Category
category =
# cat=plugin.tx_news/rss; type=string; label=Cenerator
generator = TYPO3 EXT:news
# cat=plugin.tx_news/rss; type=int+; label=Page Type Number
typeNum = 9818
}

Expand Down

0 comments on commit 64fcff3

Please sign in to comment.