Update DrupalBlockProcessor.php to add classes as attributes
Compare changes
@@ -87,10 +87,15 @@ class DrupalBlockProcessor implements GutenbergBlockProcessorInterface {
Instead of having a wrapping div for the CSS classname to be added to this change passes both the custom class name and the align class name into the attributes class array for rendering in the block template.
Closes #3260340