doesn’t work (whether i add the code or replace it)..got the following error….
Rendering process failed
An error (1002) occurred during parsing post.hbs file.
Cannot read property 'match' of undefined
placed the code here:
{{#if @config.custom.lazyLoad}}
{{{parseShortcode (lazyLoadForContentImages text @config.custom.lazyLoadEffect)}}}
{{{lazyLoadForContentImages text @config.custom.lazyLoadEffect}}}
{{else}}
{{{parseShortcode text}}}
{{/if}}