TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:14 +02:00
commit ff4622ba97
138 changed files with 9045 additions and 0 deletions
@@ -0,0 +1,13 @@
.. note::
Difference between **registration** of widgets and **implementation** of widgets:
Widgets provide some functionality, e.g. collect system log errors over a time span.
This functionality is provided by the implementation, a PHP class with some code.
The registration is done in :file:`Services.yaml`,
in order to create the actual widget with provided functionality.
During registration options can be set, e.g. the time span.
Registration is documented at :ref:`register-new-widget`,
while implementation is documented at
:ref:`implement-new-widget`.