[!!!][TASK] Allow creation of widgets through configuration
Provide concrete classes that will be instantiated multiple times with different options. E.g. provide an RssWidget implementation, that can be used multiple times with different rss feed urls. Split configuration for UI (title, icon, …) from concrete implementation. A new WidgetConfigurationInterface is in place and used. Resolves: #90660 Resolves: #90852 Releases: master Change-Id: I194615164b7d3d1cbd63751ddfd1f66f71db64cf Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63563 Tested-by:Koen Wouters <koen.wouters@maxserv.com> Tested-by:
Richard Haeser <richard@maxserv.com> Tested-by:
Riny van Tiggelen <info@online-gamer.nl> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Richard Haeser <richard@maxserv.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Susanne Moog <look@susi.dev>
Showing
- Build/Sources/Sass/dashboard/_grid.scss 7 additions, 3 deletionsBuild/Sources/Sass/dashboard/_grid.scss
- typo3/sysext/core/Documentation/Changelog/master/Breaking-90660-RegistrationOfWidgetsChanged.rst 138 additions, 0 deletions...og/master/Breaking-90660-RegistrationOfWidgetsChanged.rst
- typo3/sysext/dashboard/Classes/Controller/DashboardController.php 18 additions, 199 deletions...sext/dashboard/Classes/Controller/DashboardController.php
- typo3/sysext/dashboard/Classes/Controller/WidgetAjaxController.php 5 additions, 8 deletions...ext/dashboard/Classes/Controller/WidgetAjaxController.php
- typo3/sysext/dashboard/Classes/Dashboard.php 3 additions, 4 deletionstypo3/sysext/dashboard/Classes/Dashboard.php
- typo3/sysext/dashboard/Classes/DashboardInitializationService.php 235 additions, 0 deletions...sext/dashboard/Classes/DashboardInitializationService.php
- typo3/sysext/dashboard/Classes/DependencyInjection/DashboardWidgetPass.php 66 additions, 9 deletions...board/Classes/DependencyInjection/DashboardWidgetPass.php
- typo3/sysext/dashboard/Classes/ServiceProvider.php 0 additions, 26 deletionstypo3/sysext/dashboard/Classes/ServiceProvider.php
- typo3/sysext/dashboard/Classes/Utility/ButtonUtility.php 34 additions, 0 deletionstypo3/sysext/dashboard/Classes/Utility/ButtonUtility.php
- typo3/sysext/dashboard/Classes/Views/Factory.php 30 additions, 0 deletionstypo3/sysext/dashboard/Classes/Views/Factory.php
- typo3/sysext/dashboard/Classes/WidgetApi.php 38 additions, 0 deletionstypo3/sysext/dashboard/Classes/WidgetApi.php
- typo3/sysext/dashboard/Classes/WidgetGroupInitializationService.php 73 additions, 0 deletions...xt/dashboard/Classes/WidgetGroupInitializationService.php
- typo3/sysext/dashboard/Classes/WidgetRegistry.php 35 additions, 18 deletionstypo3/sysext/dashboard/Classes/WidgetRegistry.php
- typo3/sysext/dashboard/Classes/Widgets/AbstractChartWidget.php 0 additions, 174 deletions.../sysext/dashboard/Classes/Widgets/AbstractChartWidget.php
- typo3/sysext/dashboard/Classes/Widgets/AbstractCtaButtonWidget.php 0 additions, 75 deletions...ext/dashboard/Classes/Widgets/AbstractCtaButtonWidget.php
- typo3/sysext/dashboard/Classes/Widgets/AbstractListWidget.php 0 additions, 75 deletions...3/sysext/dashboard/Classes/Widgets/AbstractListWidget.php
- typo3/sysext/dashboard/Classes/Widgets/AbstractRssWidget.php 0 additions, 105 deletionstypo3/sysext/dashboard/Classes/Widgets/AbstractRssWidget.php
- typo3/sysext/dashboard/Classes/Widgets/BarChartWidget.php 135 additions, 0 deletionstypo3/sysext/dashboard/Classes/Widgets/BarChartWidget.php
- typo3/sysext/dashboard/Classes/Widgets/CtaWidget.php 81 additions, 0 deletionstypo3/sysext/dashboard/Classes/Widgets/CtaWidget.php
- typo3/sysext/dashboard/Classes/Widgets/DocumentationGettingStartedWidget.php 0 additions, 53 deletions...ard/Classes/Widgets/DocumentationGettingStartedWidget.php
Please register or sign in to comment