Sunday, December 8, 2019
1 change · master
Enhancements to existing features
Website editors now manage hidden page elements, such as popups and newsletter prompts, from a dedicated area in the editor side panel. This removes the old on-page warning placeholder and makes the editing preview closer to what visitors will actually see.
Original PR description
We only have one invisible snippet (newsletter popup) which is handled by adding a yellow alert in the DOM in edit mode to be able to click somewhere to open the snippet options. As we will add some new invisible snippet (generic popup, cookies bar..) this needed to be improved. Now, any snippet having the `o_snippet_invisible` class will have an entry in the left panel in a dedicated zone to edit itself. task-2150966