when using a dev-pack component. The Elements thrown inside the one of the Dropzones (as seen in the screenshot) do not showing up. This component has 2 dropzones.
The Tooltip Dropzone is part of a template, which is used twice but within a if - else, so the code does not to be written twice. In the edit mode I am able to hide the tooltip (small red icon). So I am using the template in edit = true + hide = false and edit = true
I have a DevPack which has from one to three drop zones, depending on how the properties are configured. Opened the project this morning and have noticed that the DevPack node has lost all its drop zones in the Page Layout (Node tab). However the drop zones and their content are shown in the Editor.
Just to clarify my post. The dropzone is shown in the node browser, it is just the anything you drop into the drop zone is not shown as a child of the dropzone. So it makes it almost impossible to move around the dropzone content.
I am using dropzones so that when a blog page is setup, the user can configure how the blog post should look, on both the list of posts and single post pages.
I have been encouraged by the forum software to create a new thread but realised there was one already!
I am quoting below some of the discussion from the other thread as I think it may throw some light on this issue?
Interesting, yes I do.
I have 18 dropzones (nine unique) so each is defined twice. They are embedded in a lots of ‘@if … @else’ statements depending on whether in edit mode / properties set etc. Each dropzone will only be shown once to the user having gone through the if/else logic.
@dan / @ben Does the above help with suggesting where this bug could be?