Hallo
Wie der Titel schon verrät geht es um:
TYPO3 8.7.0 (ich weiß Version 8.7.1 wurde veröffentlicht...)
[b]- Frage 1: eigene Templates/Partials in fileadmin -> wie überschreiben/definieren?[/b]
In der sysext tx_form findet man unter: /typo3_src-8.7.0/typo3/sysext/form/ext_typoscript_setup.txt
module.tx_form { settings { .... } view { templateRootPaths.10 = EXT:form/Resources/Private/Backend/Templates/ partialRootPaths.10 = EXT:form/Resources/Private/Backend/Partials/ layoutRootPaths.10 = EXT:form/Resources/Private/Backend/Layouts/ } }
und unter: /typo3_src-8.7.0/typo3/sysext/form/Configuration/TypoScript/setup.txt
view { # Note that this configuration only affects the EXT:Form plugin # template (form/Resources/Private/Frontend/Templates/Render.html) # The fluid paths for the formelements reside within the yaml settings. # @see TYPO3.CMS.Form.<prototypeName>.standard.formElementsDefinition.Form.renderingOptions # # That means: If you want to override the formelement templates # then change them within the yaml settings, not here. templateRootPaths.0 = EXT:form/Resources/Private/Frontend/Templates/ partialRootPaths.0 = EXT:form/Resources/Private/Frontend/Partials/ layoutRootPaths.0 = EXT:form/Resources/Private/Frontend/Layouts/ }
[b]- Frage 2: _LOCALE_LANG.de (de.locallang.xlf) überschreiben?[/b]
wenn "config.language = de" gesetzt, dann findet man unter: /byd/typo3conf/l10n/de/form/Resources/Private/Language die Datei: de.locallang.xlf
folgender Code greift nicht, wenn ich den Button "nextButtonLabel" überschreiben möchte
element.Page.renderingOptions.nextButtonLabel = Weiter >> }
Wer kann mir helfen, mit konkreten, Tipps, Anregungen und Hilfestellungen...
Danke im Voraus,
herzlich:
thowe
<think happy thoughts>