You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ Parameters → outerTpl, rowTpl, colTpl: Added the ability to use inline templates in snippet call, using '@CODE:' prefix.
+ Parameters → rowTpl, colTpl: Additional data from the placeholders parameter are now also will be passed into row and column templates
* Parameters → placeholders: Additional data has to be passed through the parameter must be a Query string (the old format is still supported but deprecated).
* The following parameters were renamed (the snippet works with the old names but they are deprecated):
* string → inputString.
* docField → inputString_docField.
* docId → inputString_docId.
* Refactoring: The snippet result will be returned in anyway (empty string for empty result).