Package com.terminalfour.publish.handlebars.helper.content
The Content package contain a number of helpers that can be used to output general information about Content Items,
such as their
Id
or publish date
.-
Class Summary Class Description AnchorHandlebarsHelper The {{anchor}} handlebars helper outputs a HTML anchor for the currently publishing content item.ContentIdHandlebarsHelper The {{contentId}} handlebars helper outputs the Id of the currently publishing content item.ContentLastModifiedDateHandlebarsHelper The {{contentLastModifiedDate}} handlebars helper returns the last modified date of the currently publishing content item.ContentVersionHandlebarsHelper The {{contentVersion}} handlebars helper outputs the version number of the currently publishing content item.CreateDateHandlebarsHelper The {{createDate}} handlebars helper returns the original create date of the currently publishing content item.ExpiryDateHandlebarsHelper The {{expiryDate}} handlebars helper returns the expiry date of the currently publishing content item.FirstHandlebarsHelper The {{first}} handlebars helper is used to process the first content item in a section in a different way to the rest of the content items in the section.FirstInSequenceHandlebarsHelper The {{firstInSequence}} handlebars helper is used to target the currently publishing content item when it's the first content item in a sequence of content items in the section using the same content type.FirstOfTypeHandlebarsHelper The {{firstOfType}} handlebars helper is used to target the first content item in a section that uses the content type of the currently publishing content item.LastHandlebarsHelper The {{last}} handlebars helper is used to process the last content item in a section in a different way to the rest of the content items in the section.LastInSequenceHandlebarsHelper The {{lastInSequence}} handlebars helper is used to target the currently publishing content item when it's the last content item in a group of content items in the section using the same content type.LastOfTypeHandlebarsHelper The {{lastOfType}} handlebars helper is used to target the last content item in a section that uses the content type of the currently publishing content item.PublishDateHandlebarsHelper The {{publishDate}} handlebars helper returns the publish date of the currently publishing content item.