We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f869c71 commit f8592dcCopy full SHA for f8592dc
util/expand-liquid.js
@@ -76,7 +76,6 @@ async function expandExtensionLiquidTemplates(domainName) {
76
const templatePath = path.join(extensionTypePath, templateName);
77
const liquidData = {
78
name: templateName,
79
- extensionType: extensionTypeName.replaceAll('-', '_'),
80
};
81
82
await expandLiquidTemplates(templatePath, liquidData);
0 commit comments