You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dokumentation says for:
folders.recursive
Type: string / stdWrap
https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/DataProcessing/FilesProcessor.html#confval-filesprocessor-folders-recursive
But in the code it has no stdWrap feature:
$fileCollector->addFilesFromFolders($folders, !empty($processorConfiguration['folders.']['recursive']));
I would suggest changing the documentation. furthermore it is not string but boolean