Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jverweijL/842a201fb33085a2bdb3bdaa94c196e0 to your computer and use it in GitHub Desktop.
Save jverweijL/842a201fb33085a2bdb3bdaa94c196e0 to your computer and use it in GitHub Desktop.
Reserved web content variables
reserved-article-asset-tag-names
reserved-article-author-comments
reserved-article-author-email-address
reserved-article-author-id
reserved-article-author-job-title
reserved-article-author-location
reserved-article-author-name
reserved-article-author-organization
reserved-article-create-date
reserved-article-description
reserved-article-display-date
reserved-article-id
reserved-article-modified-date
reserved-article-small-image-url
reserved-article-title
reserved-article-type
reserved-article-url-title
reserved-article-version
Use in freemarker: ${.vars['reserved-article-create-date'].data}
Use in velocity: $reserved-article-create-date.getData()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment