This branch contains ONLY: - Pages (config/www/user/pages/) - Themes (config/www/user/themes/) - Plugins (config/www/user/plugins/) - PRODUCTION.md - Minimal .gitignore Clean slate for production deployment. All development files, configs, scripts removed.
234 B
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)