Details
-
Bug
-
Resolution: Not an issue
-
Neutral
-
None
-
2.0.2
-
None
-
None
-
-
Empty show more show less
Description
When mobile preview is rendered, it is incorrectly shown still in edit mode (although w/o green bars).
//global information for the javascripts window.magnoliaFrontendData = { themePath: "/resources/templating-kit/", contextPath: "", isEdit: true, texts: { lightbox: { close: "close lightbox", next: "next picture" }, close: "close" }, cfg: { } }; </script>
namely isEdit: true in difference from normal (desktop) preview where this value is set to false.
Checklists
Acceptance criteria