Core Block Modifier Functionality
Added a new class to our plugin CoreModifier that you can extend in the theme that will allow setting block style options in an object oriented manner.
To get started, copy the plugins app/Modifiers/CoreGroup.php.example into the Sage theme at app/Modifiers/CoreGroup.php to get started customizing the core/group block.