Versions Compared

Key

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

...

Code Block
titleEmpty Attribute Condition example
// if value of the 'meta_titlename' attribute is not empty the 'meta_titlename' value is used, otherwise it is used the value of the 'namedescription' attribute
  [[('{{meta_titlename}}' != '') ? '{{meta_titlename}}': '{{namedescription}}';]]
 
// note double curling brackets surrounding attribute codes

...