+ 'title' => 'Libre Air',
+ 'mail' => 'contact@airlibre.eu'
+ ],
+ 'facebook' => [
+ 'apps' => [3728770287223690],
+ 'height' => 630,
+ 'width' => 1200
+ ],
+ 'locale' => '%kernel.default_locale%',
+ 'locales' => '%kernel.translator.fallbacks%',
+ //XXX: revert to underscore because of that shit:
+ //XXX: see https://symfony.com/doc/current/components/config/definition.html#normalization
+ //XXX: see https://github.com/symfony/symfony/issues/7405
+ 'languages' => '%rapsys_user.languages%',
+ 'path' => [
+ 'cache' => '%kernel.project_dir%/var/cache',
+ 'public' => dirname(__DIR__).'/Resources/public'