TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,34 @@
.. include:: /Includes.rst.txt
.. _feature-45725:
=========================================================================
Feature: #45725 - Added recursive option to folder based file collections
=========================================================================
See :issue:`45725`
Description
===========
Folder based file collections have now an option to fetch all files recursively for
the given folder. The option is also available in the TypoScript Object `FILES`.
Usage:
.. code-block:: typoscript
filecollection = FILES
filecollection {
folders = 1:images/
folders.recursive = 1
renderObj = IMAGE
renderObj {
file.import.data = file:current:uid
}
}
.. index:: TypoScript, Frontend, FAL