Content Manager - how to display the image
Posted: Fri Feb 16, 2024 12:29 pm
In the Content Manager Module one can select an image on the Option tab.
The module help page says:
What do I have to include in my template to display this image?
alone does not work and
inserts a new image input field (which I don't need as there is already one).
Please advise.
Thanks!
The module help page says:
Unfortunately the help does not say what has to be done to display the image on the webpage.Image
This property allows associating a previously uploaded image with your this content item. Editors can select an image file from the uploads/images directory. This image may be displayed on the generated HTML page (if applicable), or used when building the navigation.
What do I have to include in my template to display this image?
Code: Select all
{content_image}
Code: Select all
{content_image block="image1"}
Please advise.
Thanks!