Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

The content type CMS_HTML provides editor enter the text in backend of CONTENIDO and print stored text in frontend.

CMS_HTML can be used in several CONTENIDO modules.

The usage is quite simple, put the code below in your output modul section and you are finished.

The name CMS_HTML specifies which content type should be used and [1] is the index of headline. The index must be integer value.

Note

If you are using more then one CMS_HTML per article, you have to change/increment index of the next CMS_HTML.

echo "CMS_HTML[1]";
or
echo "CMS_HTML[100]";

To edit text klick on the pen icon, after input you can store new value by clicking on green check icon.

  • No labels