The content type CMS_IMGEDITOR provides set one image, which can be displayed using CMS_IMG content type.The usage allows you to link to an image that was uploaded in the CONTENIDO backend.
Using it is quite simple, put the code below in your output modul module section and you are finished.
...
Code Block | ||
---|---|---|
| ||
echo "CMS_IMGEDITOR[1]"; or echo "CMS_IMGEDITOR[100]"; |
...
Configuration
The configuration of CMS_IMGEDITOR is splitted in splut into three different sections.
To configure the image edtor click on the blue image icon(see screenshot below).
...
In the first tab Directories you can select one directory. One the right side, you will see all files from selected directory. You can choose the file there or remove allready already selected file by selecting first option. After selection of the file you can save selection by clicking on green checkbox or cancel selection by clicking on red cross icon.
...