Hello,
Within my design parse file I want to have a "Show if design area" to check a metadata value and print navigation depending upon the metadata value.
I am using the following "Show if design area" to check the value of my metadata. This works correctly and I get the comment "Add navigation here" when I expect it to appear.
I then have the following code to print out some navigation.
Again the above code works when I put it in my design parse file, but when I put it within the "Show if design area" <MySource_THEN> tags instead of the comment, all I get is the <ul>.
It looks as if you cant nest a MySource_AREA within another? Is this correct? If so how should I go about achieving this?
Thanks