When using get_block_wrapper_attributes() I only get class="" and not styles="". I know my styles for padding are being set properly because I get the string "var:preset|spacing|MM" for $block['style']['spacing']['padding']['top'] and it is working properly in standard blocks. How can I get styles into my custom blocks?
When I do get_block_wrapper_attributes() it only gets the classes and not the styles. I know styles are being set because I can see values for $block['style']['spacing']['padding']['top']. Any clue why my styles wouldn’t be showing?