Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Support custom cache folders
issue: NEXT-10854
author: Yann Karl
author_email: [email protected]
author_github: @yannick80
---
- Changed property name
cacheDir
toprojectDir
, updated write path fordump
insrc/Core/Framework/Plugin/BundleConfigDumper.php
- Changed parameter from
%kernel.cache_dir%
to%kernel.project_dir%
in service description forBundleConfigDumper
insrc/Core/Framework/DependencyInjection/plugin.xml
- Changed property name
cacheDir
toprojectDir
, updated write path forexecute
insrc/Storefront/Theme/Command/ThemeDumpCommand.php
- Changed parameter
%kernel.cache_dir%
to%kernel.project_dir%
in service description forThemeDumpCommand
insrc/Storefront/DependencyInjection/theme.xml
- Changed parameter
kernel.cache_dir
tokernel.project_dir
fortestExecuteShouldResolveThemeInheritanceChainAndConsiderThemeIdArgument
insrc/Storefront/Test/Theme/Command/ThemeDumpCommandTest.php