Skip to content
Snippets Groups Projects
Commit d86122f3 authored by Sybille Peters's avatar Sybille Peters Committed by Georg Ringer
Browse files

[DOCS] Use correct event names in changelog

Events are named AfterSectionMarkupGeneratedEvent and
BeforeSectionMarkupGeneratedEvent.

Resolves: #90397
Releases: master
Change-Id: I6a4b690894321d10a618f6056e0790a69d0921d6
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63273


Tested-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarBjörn Jacob <bjoern.jacob@tritum.de>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: default avatarBjörn Jacob <bjoern.jacob@tritum.de>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent 425c911e
Branches
Tags
No related merge requests found
...@@ -13,8 +13,8 @@ Two new PSR-14 events are added in the PageLayoutView class. ...@@ -13,8 +13,8 @@ Two new PSR-14 events are added in the PageLayoutView class.
Those events can be used to add content into any column of a BackendLayout. Those events can be used to add content into any column of a BackendLayout.
You can use this for example to show some content in a column without a ``colPos`` assigned. You can use this for example to show some content in a column without a ``colPos`` assigned.
The event :php:`BeforeGeneratedColposMarkupEvent` can be used to add content above The event :php:`BeforeSectionMarkupGeneratedEvent` can be used to add content above
the content elements of the column. The event :php:`AfterGeneratedColposMarkupEvent` the content elements of the column. The event :php:`AfterSectionMarkupGeneratedEvent`
can be used to add content below the content elements of the column. can be used to add content below the content elements of the column.
You can use business logic to show content in specific columns. You can use business logic to show content in specific columns.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment