...
Info |
---|
|
If you are using more then one CMS_HTML per article, you have to change/increment index of the next CMS_HTML. |
Code Block |
---|
|
echo "CMS_HTML[1]";
or
echo "CMS_HTML[100]"; |
Image Removed
To edit text klick on the pen icon, after input you can store new value by clicking on green check icon.
Image Added
Methods for CMS_HTML
List all methods for CMS_HTML at our API documentation.
Function name | Description |
---|
generateViewCode() | Generates the code which should be shown if this content type is shown in the frontend. |
generateEditCode() | Generates the code which should be shown if this content type is edited. |