Breaking: #79622 - Default layouts for Fluid Styled Content changed
See forge#79622
Description
The content element layouts for Fluid Styled Content have been changed to provide a better maintainability and to be more flexible.
Previously available content element layouts Content
, Header
and Header
have been dropped and replaced with a single
Default
layout that is more flexible.
Impact
The content element layouts Content
, Header
and
Header
are no longer available. Referencing these layouts will
result in an exception.
Affected Installations
All instances that override or implement custom content elements based on
Fluid Styled Content that use the layouts Content
, Header
or Header
.
Migration
All content elements and overrides need to be migrated to the new default layout. Have a look at the feature description on how to use the new layout.
See: Feature: #79622 - New default layout for Fluid Styled Content.