In my WYSIWYG I want the ability to align more than just images. I’d like to align custom media types or remote video. In my allowed html tags I have
<drupal-entity data-entity-type data-entity-uuid data-entity-embed-display data-entity-embed-display-settings data-align data-caption data-embed-button data-langcode alt title>
When I embed images I have the option to align, but when I embed videos I do not get that option. Looking at the source a ‘data-align="center"’ attribute appears but it’s not a selectable item in the ‘edit media’ menu.
How would I be able to add the alignment options to the edit media options for media embeds that aren’t images?