------------------
- Cleanup and update `advanced view` styles.
[petschki]
- Remove obsolete row column presets from `Format` menu.
[petschki]
- Refactor `TinyMCE` implementation: reuse already registered pattern from
the registry. This fixes initialization issues and duplicated chunk loading.
[petschki]
- Fix toolbar buttons visibility based on current selected layout template
or customized layout.
[petschki]
- Fix App Tile addForm modal event handling.
[petschki]
- Fix for `547 <https://github.com/plone/plone.app.mosaic/issues/547>`_
[frapell, petschki]
- Fix for `541 <https://github.com/plone/plone.app.mosaic/issues/541>`_
[petschki]
- Correctly await the TinyMCE initialization and avoid TinyMCE double initialization.
[thet]
- Fix CI builds which were failing with "pip: error: no such option: --install-option"
[fredvd, thet]
- Remove ``plonetheme.barceloneta`` dependency. (Not needed)
[toalba]