Forum for discussing general topics related to Couch.
3 posts Page 1 of 1
I want to comment out some <CMS: tags in my code for testing. Rather than removing the statement, is there any way to just comment it out (like // or <!-- )?
Hello,

This is what you want.
Code: Select all
<cms:ignore>
    <cms:show 'world' />
</cms:ignore>


ignore | CouchDocs
https://simonwpt.github.io/CouchDocs/ta ... gnore.html
gem3 wrote: Hello,
ignore | CouchDocs
https://simonwpt.github.io/CouchDocs/ta ... gnore.html

In addition, there is the command cms:hide, which prevents the output but execute the tags of couch:

https://simonwpt.github.io/CouchDocs/ta ... /hide.html

I use it i.e. for the cms:config_list_view, cms:folder and cms:editable-stuff to prevent whitespaces :)
3 posts Page 1 of 1
cron