You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All blocks containing sonata.block will be auto registered
Added EditableBlockService and FormMapper interfaces
Added Meta\Metadata class (import from CoreBundle)
Added Meta\MetadataInterface class (import from CoreBundle)
Added debug:sonata:block command alias for DebugBlocksCommand
Fixed
Allow autowiring blocks
Now the deprecated setDefaultSettings() for blocks is handled correctly.
You should avoid using it in favor of configureSettings() but it will work
and show the deprecated message.