Problem/Motivation
At now Drupal Media entities can be inserted into CKEditor, using Media Library widget, only as block element. So there are no ways to insert inline image (eg small icon image into text), or document (inline link to download file inside text paragraph).
Proposed resolution
Add "Inline" variant to widget align property, and convert CKEditor widget from block to inline, if selected.
Remaining tasks
Discuss the UX, finish the patch.
User interface changes
Added "Inline" option to media align property.
API changes
None.
Data model changes
None.
Release notes snippet
TBD