Templates

Using Placeholders in Templates

Jedison allows you to define templates with dynamic titles and descriptions that use placeholders. These placeholders are replaced at runtime with relevant values.

Available Placeholders

  • value — The current value (from getValue()); always available
  • settings — Configuration options (from jedison.options.settings); always available
  • i0 — The zero-based index of the array item; available only if the editor is an array item editor
  • i1 — The one-based index of the array item; available only if the editor is an array item editor