Bug #70368
Updated by Björn Jacob about 9 years ago
The FORM element has a property called "themeName". themeName. themeName is a variable part of the whole path to an a element partial. The partial paths to the element are build based on the following rule: <pre> {$plugin.tx_form.view.partialRootPaths}/{$themeName}/@actionName/{$partialPath}. </pre> The default themeName is "Default". It is possible to define "themeName" in the specific FORM element but it is not possible to overwrite the "themeName" by the integrator Intregrator with <pre> plugin.tx_form.settings.registeredElements.FORM.themeName <pre>plugin.tx_form.settings.registeredElements.FORM.themeName = bootstrapPackage </pre> bootstrapPackage</pre>