Dynamic blocks support the same block supports as static blocks, with attributes stored on block delimiters since HTML storage isn’t available. WordPress automatically manages alignment and other support attributes.
Access block attributes in render callbacks through the $attributes
parameter, which contains all block delimiter data including supports like alignment settings.
The get_block_wrapper_attributes()
function automatically includes classes and styles for enabled block supports, ensuring frontend rendering matches editor appearance without additional configuration.