TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:24 +02:00
commit aad9daaefd
1506 changed files with 94005 additions and 0 deletions
@@ -0,0 +1,46 @@
.. include:: /Includes.rst.txt
.. _prototypes.prototypeIdentifier.formengine:
============
[formEngine]
============
.. _prototypes.prototypeIdentifier.formengine-properties:
Properties
==========
.. _prototypes.prototypeIdentifier.formengine.translationfiles:
translationFiles
----------------
:aspect:`Option path`
prototypes.<prototypeIdentifier>.formEngine.translationFiles
:aspect:`Data type`
string/ array
:aspect:`Needed by`
Backend (plugin)
:aspect:`Mandatory`
Yes
:aspect:`Default value (for prototype 'standard')`
.. code-block:: yaml
:linenos:
:emphasize-lines: 2
formEngine:
translationFiles:
10: 'EXT:form/Resources/Private/Language/Database.xlf'
:aspect:`Good to know`
- :ref:`"Translate form plugin settings"<concepts-formplugin-translation-formengine>`
:aspect:`Description`
Filesystem path(s) to translation files which should be searched for form plugin translations.