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,19 @@
.. include:: /Includes.rst.txt
.. _feature-84537:
================================================================
Feature: #84537 - Make cHash configurable in Fluid Widget Links
================================================================
See :issue:`84537`
Description
===========
When creating links with fluid widgets it is now possible to disable the cHash calculation.
A new argument `useCacheHash` for the :html:`<f:widget.link>` and the :html:`<f:widget.uri>` ViewHelpers has been added.
By default it is set to `true` to keep the previous behavior.
.. index:: Fluid, NotScanned