.. include:: ../../Includes.txt ==================================================================================== Breaking: #78477 - FlashMessageViewHelper no longer inherits from TagBasedViewHelper ==================================================================================== See :issue:`78477` Description =========== The :php:`FlashMessageViewHelper` has been refactored and no longer inherits from the :php:`TagBasedViewHelper`. Impact ====== The :php:`FlashMessageViewHelper` outputs default context specific markup. Adding own classes or tag attributes is no longer possible. Affected Installations ====================== All installations using the :php:`FlashMessageViewHelper` with tag specific attributes. Migration ========= Remove the tag specific attributes and style the default output. If you need custom output use the possibility to render FlashMessages yourself, for example: .. code-block:: html
CODE!! {flashMessage.code}
MESSAGE:: {flashMessage.message}
.. index:: Backend, Fluid, Frontend