Skip to content

Instantly share code, notes, and snippets.

@elindoorn
Last active October 13, 2023 14:26
Show Gist options
  • Save elindoorn/fcd1c4a523b71a602ca5 to your computer and use it in GitHub Desktop.
Save elindoorn/fcd1c4a523b71a602ca5 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-url-title
reserved-article-version
Use in freemarker: ${.vars['reserved-article-create-date'].getData()}
Use in velocity: $reserved-article-create-date.getData()
List in 7.4: https://github.com/liferay/liferay-portal/blob/master/modules/apps/journal/journal-api/src/main/java/com/liferay/journal/constants/JournalStructureConstants.java
@d80wrk
Copy link

d80wrk commented Apr 5, 2022

"end-user should have nothing to do with this"
Not quite correct, look at the NHS website:

https://www.nhs.uk/conditions/hyperacusis/

"
Page last reviewed: 02 April 2019
Next review due: 02 April 2022
"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment