Files
2022-11-30 17:27:28 +01:00

234 B

Upgrading to Admin 1.10

Twig:

  • Admin link: When linking to another admin page, use {{ admin_route('/config/site') }} instead of any other method, such as {{ base_url_relative }}/config/site (fixes multi-language issues)