Skip to content

1.0.4 - 2021-09-28

Compare
Choose a tag to compare
@kringkaste kringkaste released this 28 Sep 13:34
· 5 commits to main since this release

Added

  • Add the term element to the term template variables. So you can now acces the hole term element within the template.

Deprecated

  • The custom fields values of a term in the term template are accessible by the handle, e.g. {{ myCustomField }}. This will be removed in the future. You should now access the custom field values using the term variable, e.g. {{ term.myCustomField }}.