In a v12 TYPO3 site running EXT:news 12.3.0 I'd like to display a random selection of news articles, maintaining other chosen restraints (as limit to categories, respect top news etc.).
Best practice would add the item random to $GLOBALS['TYPO3_CONF_VARS']['EXT']['news']['orderByNews'] and adapt the demand accordingly. (I'd rather not resort to fetching all articles and then have a viewhelper do the math)
Adding the item is explained here in the documentation.
Anyone knows how to script the rest ? (or a tutorial that would explain how to go about)