From afb6a362abcb87bed24537d4cba5e720ecdbf574 Mon Sep 17 00:00:00 2001 From: Marc <114248940+cramytech@users.noreply.github.com> Date: Fri, 31 Jan 2025 10:14:21 +0100 Subject: [PATCH] Update add-theme-inheritance.md (#1678) Fix script path in theme configuration example. --- guides/plugins/themes/add-theme-inheritance.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/plugins/themes/add-theme-inheritance.md b/guides/plugins/themes/add-theme-inheritance.md index 82b9e9621..7837b724f 100644 --- a/guides/plugins/themes/add-theme-inheritance.md +++ b/guides/plugins/themes/add-theme-inheritance.md @@ -44,7 +44,7 @@ The content of the `theme.json` file looks like this: ], "script": [ "@Storefront", - "app/storefront/dist/storefront/js/swag-example-plugin-theme-extended.js" + "app/storefront/dist/storefront/js/swag-example-plugin-theme-extended/swag-example-plugin-theme-extended.js" ], "asset": [ "@Storefront", @@ -78,7 +78,7 @@ Here is an example: "script": [ "@Storefront", "@SwagBasicExampleTheme", - "app/storefront/dist/storefront/js/swag-example-plugin-theme-extended.js" + "app/storefront/dist/storefront/js/swag-example-plugin-theme-extended/swag-example-plugin-theme-extended.js" ], "asset": [ "@Storefront",