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,33 @@
.. include:: /Includes.rst.txt
.. _feature-47006:
=================================================================
Feature: #47006 - Extend the widget identifier with custom string
=================================================================
See :issue:`47006`
Description
===========
The parameter `customWidgetId` has been introduced for fluid widgets. This string is used in the widget identifier
in addition to the `nextWidgetNumber`.
The widget identifier is used to create the GET parameter names.
A good value for the `customWidgetId` is the {contentObjectData.uid} to ensure no collisions happen.
Example:
.. code-block:: none
<f:widget.paginate customWidgetId="{contentObjectData.uid}" ...></f:widget.paginate>
Impact
======
Allows to use the same fluid widget more than once on one page in different content elements.
.. index:: Fluid