Skip to content

v1.0.7

Choose a tag to compare

@claudchan claudchan released this 16 May 14:39
· 24 commits to main since this release

7e28fdd main/origin/main Add repeater template helpers

What's Changed

  • Added repeater row helpers for templates: __first, __last, __index, and __position.
  • Added editor-only HTML comment stripping before template rendering.
  • Added lowercase underscore field-name normalization for typing, pasting, importing, registering, and rendering.
  • Added optional Max Rows setting for repeater fields.
  • Added select choices for repeater sub-fields using field_name|Field Label|select|value:Label,other:Other Label, with optional |allow_null.
  • Added uk-icon support in rendered template HTML attributes.
  • Added field snippet helper UI with Copy and Insert actions.