title | issue |
---|---|
Fixed Icon Cache for invisible areas |
NEXT-24529 |
- Added option
IconCache
forStorefront/Resources/views/storefront/utilities/alert.html.twig
to disable the icon cache for the rendered icon. - Changed
Storefront/Resources/views/storefront/base.html.twig
by addingiconCache: 'false'
to the include of thealert.html.twig
in the noscript area. - Changed
Storefront/Resources/views/storefront/page/error/error-maintenance.html.twig
by addingiconCache: 'false'
to the include of thealert.html.twig
in the noscript area. - Changed
Storefront/Resources/views/storefront/page/content/single-cms-page.html.twig
by addingiconCache: 'false'
to the include of thealert.html.twig
in the noscript area.