My code looks like this:
The <cms:if> tag displays as if an image does not exist, but I have verified that it does. I tried <cms:if g_images> (the repeatable name) but that doesn't work either.
- Code: Select all
<cms:repeatable name='g_images' label='Images'> <cms:editable name='g_image' label='Image' type='image' hidden='1'/> </cms:repeatable> <cms:if g_image> Image exists </cms:if>
The <cms:if> tag displays as if an image does not exist, but I have verified that it does. I tried <cms:if g_images> (the repeatable name) but that doesn't work either.