Skip to content

Commit

Permalink
Update add-theme-inheritance.md (#1678)
Browse files Browse the repository at this point in the history
Fix script path in theme configuration example.
  • Loading branch information
cramytech authored Jan 31, 2025
1 parent b4b0ceb commit afb6a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/plugins/themes/add-theme-inheritance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit afb6a36

Please sign in to comment.