-------------------
New:
- Allow users to save layouts they are creating
[vangheem]
- If only one layout is available, auto-select it.
[vangheem]
- Be able to show/hide content layouts.
[vangheem]
- Add *Mosaic layout* into available views views when layout behavior
is enabled and remove the view when layout behavior is disabled from
a portal ype
[datakurre]
- Ability to limit maximum amount of Mosaic columns by setting
``data-max-columns`` attribute on ``data-panel`` -element (default: 4).
[neilferreira]
- Align rich text editor right if the tile is more on the right side
of the page
[vangheem]
Fixes:
- Do not remove data-pat-tinymce body attribute as this is not
necessary with how tinymce is initialized anymore
[vangheem]
- Fix use of rawhtml text tile
[vangheem]
- Fix case where you could get an error on save because mosaic could not figure out
the tile type correctly
[vangheem]
- Do not allow hitting enter for editing non-rich text fields
[vangheem]
- Disable clicking links of content inside tiles while in edit mode
[vangheem]
- Fix TinyMCE widget in add-form which was broken due to a change how the
settings are stored in Plone 5 vs 4. BBB compatible.
[jensens]
- Fix tinymce toolbar scrolling out of view with large rich text tiles.
TinyMCE toolbar will now being sticky as the user scrolls down.
[vangheem]
- Fix tiles not rendering correctly if they contain JavaScript patterns
when adding and moving them around.
[vangheem]
- Fix do not add _layout multiple times to tile data
[vangheem]
- Fix issue where spurious was getting saved to description
[vangheem]
- Issue when registry configuration parsing would throw an error
[vangheem]
- Fix issue where you would end up saving non-resolveuid urls to rawhtml
tiles and also prevent write conflicts when the editor sends out multiple
edits at the same time
[vangheem]
- Fix to only show drag handlers if customizing layout
[vangheem]
- fix issue where you would no longer be able to edit a rich text area
after you clear the whole area out
[vangheem]
- Fix weird Firefox bug with TinyMCE that prevented data from being saved.
[vangheem]
- Fix properties overlay to be scrollable.
[vangheem]
- Fix issue where tile field wouldn't get saved back to form with
some refactoring.
[vangheem]
- Fix issue where first fieldset would not show on properties modal.
[vangheem]