[All Adaptavist Apps]

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
Hiding content based on attachments
Hiding content based on attachments

This works if used in a page or a news item.

Code Block
 
{builder-hide:attachment=foo.jpg,bar.png}
hide this if either foo.jpg or bar.png are attached to the current page/news
{builder-hide}
Expand
Displaying content based on modification date
Displaying content based on modification date
Code Block

{builder-hide:olderthan=1y6m1d1h}
hide this if the current page was modified more than one year, six months, one day and one hour ago.
{builder-hide}

CSS Customisation

Not applicable for this macro.

...