The following is valid config that lives in your config/packages/twig.yaml
file:
twig:
default_path: '%kernel.project_dir%/templates'
What would happen if we deleted this file and moved the config to the bottom of config/packages/framework.yaml
?