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,30 @@
.. include:: /Includes.rst.txt
.. _feature-9070:
================================================================
Feature: #9070 - Allow translation of index configuration titles
================================================================
See :issue:`9070`
Description
===========
Indexed search plugin allows to select specifically which index configuration to be queried from in the specific form,
where a dropdown shows all possible indexing configurations.
Impact
======
It is now possible to add a label for each configuration via TypoScript in each language.
.. code-block:: typoscript
plugin.tx_indexedsearch.settings._LOCAL_LANG {
de.indexingConfigurations.13 = Mein Titel in Deutsch für Konfiguration 13
de.indexingConfigurationHeader.13 = Alle Ergebnisse für Konfiguration 13
}
.. index:: Backend, ext:indexed_search