pdf-creator-node icon indicating copy to clipboard operation
pdf-creator-node copied to clipboard

No way to add helpers

Open mattyx96 opened this issue 3 years ago • 1 comments

Someone of you in the past added this code in index.js and I don't know why it was removed

// use helpers
         if(document.helper){
            document.helper.forEach(element => {
                Handlebars.registerHelper(element.name,element.function);

            });
        }

mattyx96 avatar Aug 28 '21 17:08 mattyx96

any updates regarding this missing feature?

hendaoui avatar May 11 '22 08:05 hendaoui