-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
Description
A the moment, the collapse-layout button toggles the preview of the element. (When using the dynamic preview)
Normally, this button collapses the layout (duh) - this functionality is lost when using the dynamic preview.
- Collapsed layout, loved by our users, great for pages with lots of layouts on it
We now use the dynamic preview because it's also very nice, but we would like to have a separate button to jump to the actual preview and preserve the collapse functionality.
I currently do this by doing a whole lot js-black-magic, which works, but it's not really ideal:
I would be super nice to have an option to just add a "toggle preview" button in the flexible content settings, that adds such an extra button and preserves the collapse function.
Hope this makes sense.