georgringer / news

TYPO3 Extension news
GNU General Public License v2.0
264 stars 358 forks source link

Separate plugin settings #2231

Open kitzberger opened 11 months ago

kitzberger commented 11 months ago

Feature Request

Currently it's not possible to define individuals plugin settings per CType. All 6 news CTypes are using the TS settings defined under:

plugin.tx_news.settings {
   ...
}

An individual set of TS settings for (let's say) "category list" isn't considered at all:

plugin.tx_news_category.settings {
   startingpoint = 123
}

Would be great if in NewsController->buildSettings() the settings would be put together like this:

georgringer commented 11 months ago

Wanna give it a shot?