You'll need to follow the dependencies upgrade instructions.
standard_layout.html.twig
has been updated (refactored layout accordingly to the theme). Some blocks have been moved, and the sonata_side_nav twig block became the main menu.- Admin's sidemenus are now tab-menus; former tab-menus are now collapsible items.
configureSideMenu
andbuildSideMenu
methods of theAdmin
class have been deprecated; they are replaced byconfigureTabMenu
andbuildTabMenu
.
configureShowField
has been deprecated since a while now, useconfigureShowFields
instead => add as
.