[FEATURE] Support javaScriptModules in FormEngine resultArray
The array key `javaScriptModules` accepts a list of JavaScriptModuleInstructions the same way as `requireJsModules` did. In contrast to `requireJsModules` it has a generic name in order to reflect that the array is module-loader independent. (both, newer ES6 modules and legacy RequireJS modules are supported via JavaScriptModuleInstruction). Releases: main Resolves: #98431 Resolves: #97066 Related: #96323 Change-Id: Ie9d1c383da351e3b677b349728defc7472ead43a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75855 Tested-by:Oliver Hader <oliver.hader@typo3.org> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
Showing
- Build/phpstan/phpstan-baseline.neon 0 additions, 5 deletionsBuild/phpstan/phpstan-baseline.neon
- typo3/sysext/backend/Classes/Controller/AbstractFormEngineAjaxController.php 5 additions, 2 deletions...d/Classes/Controller/AbstractFormEngineAjaxController.php
- typo3/sysext/backend/Classes/Controller/FormFilesAjaxController.php 3 additions, 1 deletion...xt/backend/Classes/Controller/FormFilesAjaxController.php
- typo3/sysext/backend/Classes/Controller/FormFlexAjaxController.php 3 additions, 1 deletion...ext/backend/Classes/Controller/FormFlexAjaxController.php
- typo3/sysext/backend/Classes/Controller/FormInlineAjaxController.php 3 additions, 1 deletion...t/backend/Classes/Controller/FormInlineAjaxController.php
- typo3/sysext/backend/Classes/Controller/SiteInlineAjaxController.php 3 additions, 1 deletion...t/backend/Classes/Controller/SiteInlineAjaxController.php
- typo3/sysext/backend/Classes/Form/AbstractNode.php 12 additions, 4 deletionstypo3/sysext/backend/Classes/Form/AbstractNode.php
- typo3/sysext/backend/Classes/Form/Container/FilesControlContainer.php 5 additions, 5 deletions.../backend/Classes/Form/Container/FilesControlContainer.php
- typo3/sysext/backend/Classes/Form/Container/FlexFormSectionContainer.php 1 addition, 1 deletion...ckend/Classes/Form/Container/FlexFormSectionContainer.php
- typo3/sysext/backend/Classes/Form/Container/FlexFormTabsContainer.php 1 addition, 1 deletion.../backend/Classes/Form/Container/FlexFormTabsContainer.php
- typo3/sysext/backend/Classes/Form/Container/InlineControlContainer.php 5 additions, 5 deletions...backend/Classes/Form/Container/InlineControlContainer.php
- typo3/sysext/backend/Classes/Form/Container/SiteLanguageContainer.php 1 addition, 1 deletion.../backend/Classes/Form/Container/SiteLanguageContainer.php
- typo3/sysext/backend/Classes/Form/Container/TabsContainer.php 1 addition, 1 deletion...3/sysext/backend/Classes/Form/Container/TabsContainer.php
- typo3/sysext/backend/Classes/Form/Element/AbstractFormElement.php 3 additions, 3 deletions...sext/backend/Classes/Form/Element/AbstractFormElement.php
- typo3/sysext/backend/Classes/Form/Element/BackendLayoutWizardElement.php 2 additions, 2 deletions...ckend/Classes/Form/Element/BackendLayoutWizardElement.php
- typo3/sysext/backend/Classes/Form/Element/CategoryElement.php 1 addition, 1 deletion...3/sysext/backend/Classes/Form/Element/CategoryElement.php
- typo3/sysext/backend/Classes/Form/Element/ColorElement.php 2 additions, 2 deletionstypo3/sysext/backend/Classes/Form/Element/ColorElement.php
- typo3/sysext/backend/Classes/Form/Element/DatetimeElement.php 1 addition, 1 deletion...3/sysext/backend/Classes/Form/Element/DatetimeElement.php
- typo3/sysext/backend/Classes/Form/Element/FolderElement.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/Form/Element/FolderElement.php
- typo3/sysext/backend/Classes/Form/Element/GroupElement.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/Form/Element/GroupElement.php
Please register or sign in to comment