diff --git a/js/mzta-placeholders.js b/js/mzta-placeholders.js index 3dfd0491..b0ea8647 100644 --- a/js/mzta-placeholders.js +++ b/js/mzta-placeholders.js @@ -573,6 +573,13 @@ export const placeholdersUtils = { return ''; } return element; - } + }, + + mapPlaceholderToSuggestion(p) { + return { + command: '{%' + p.id + '%}', + type: p.type + }; + }, }