Skip to content

Commit

Permalink
Merge branch 'next-34479/auto-imported-from-github' into 'trunk'
Browse files Browse the repository at this point in the history
NEXT-34479 - doc: fix double ' in UPGRADE-6.5.md assets example

See merge request shopware/6/product/platform!13390
  • Loading branch information
OliverSkroblin committed Mar 20, 2024
2 parents 79fc2d0 + d7bfafb commit f95236f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADE-6.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -2011,7 +2011,7 @@ This was needed to be able to link the asset in the Storefront as the theme asse
To improve the performance of `theme:compile` and to reduce the confusion of the usage of assets we copy the files only to `theme/[id]`.

To use the updated asset package,
replace your current `{{ asset('logo.png', '@ThemeName') }}` with `{{ asset('logo.png', 'theme'') }}`
replace your current `{{ asset('logo.png', '@ThemeName') }}` with `{{ asset('logo.png', 'theme') }}`

## Moved and changed the `ThemeCompilerEnrichScssVariablesEvent`
We moved the event `ThemeCompilerEnrichScssVariablesEvent` from `\Shopware\Storefront\Event\ThemeCompilerEnrichScssVariablesEvent` to `\Shopware\Storefront\Theme\Event\ThemeCompilerEnrichScssVariablesEvent`.
Expand Down

0 comments on commit f95236f

Please sign in to comment.