DanielSiepmann / tracking

TYPO3 Extension providing server side tracking.
https://daniel-siepmann.de/projects/typo3-extension-tracking.html
GNU General Public License v2.0
17 stars 2 forks source link

Support language selection in widgets #15

Closed DanielSiepmann closed 4 years ago

DanielSiepmann commented 4 years ago

Some installations might have different editors for certain languages. Therefore widgets should get an option to limit results to specific languages.

As all records are stored with an sys_language_uid already, this option can be added to the query as restriction. If nothing is configured, no restriction is applied. A list of uids can be configured, which will be added as OR restriction.

That way Integrators can create widgets matching their needs.

DanielSiepmann commented 4 years ago

It should also be possible to limit page info within widgets to specific languages.