1 ================================================================================
2 Breaking: #59505 - Use fallbacks for AbstractWidgetController view-configuration
3 ================================================================================
8 The ``AbstractWidgetController`` is now capable of view fallbacks. This it is using the existing functionality of Extbase controllers.
14 Paths to templates, layouts and partials specified in the old syntax do not work anymore.
18 .. code-block:: typoscript
20 plugin.tx_ext.settings.view.widget.widgetName.templateRootPath = some/path/Template.html
23 Affected Installations
24 ======================
26 Any installation using third party extensions including wizards
32 Specifying paths for layouts, templates and partials must now use the array syntax.
36 .. code-block:: typoscript
38 plugin.tx_ext.settings.view.widget.widgetName.templateRootPaths.10 = some/path/Template.html