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 (fromgetValue()
); always availablesettings
— Configuration options (fromjedison.options.settings
); always availablei0
— The zero-based index of the array item; available only if the editor is an array item editori1
— The one-based index of the array item; available only if the editor is an array item editor