DXP CE 7.3 Variables to display Web Content Article Data

thumbnail
Nick Burton, modified 4 Years ago. Junior Member Posts: 51 Join Date: 7/13/14 Recent Posts

I have added METADATA to the top of a Web Content Article by adding ${.vars['reserved-article-display-date'].getData()} to the Structure's Display Template

Now I want to add the same sort of variable to collect information on the Web Content Articles:

  1. STATUS (approved or draft)
  2. REVIEW DATE
  3. EXPIRATION DATE
  4. APPROVER'S NAME
  5. APPROVER'S NAME
  6. APPROVER'S JOB TITLE
  7. APPROVER'S EMAIL ADDRESS
     

I found a great resource, but this is all I can get and display

  • 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()

 

Any help would be appreciated.

 

Thanks

Nick