Skip to content

Releases: virginiacommonwealthuniversity/T4Utils2

Ordinal Indicators Fix

15 Sep 17:07
Compare
Choose a tag to compare

ordinalIndicators are now properly working in TerminalFour Version 8.1! Here's what's changed:

  • For the ordinalIndicators module pageFirst, pageLast, and pageIndex, the CSHelper API calls still refer to the ID of the content-type a piece of content utilizes as content.getTemplateID();. This is different from how to retrieve the content-type ID of the current content your in, which is content.getContentTypeID()

Initial Release

15 Sep 14:23
Compare
Choose a tag to compare

A complete port of the original T4Utils, optimized for TerminalFour Version 8.1. Here's what's new:

  • Cleaned up indentation, spacing, and Javascript formatting
  • Cleaned up the commenting to render standardized, efficient JSDoc3 documentation
  • Fixed 7.4 API calls in the ordinalIndicators module to work with 8.1