From 49c5d0ad6ef5ceafdc0bec4533afcd27a01bd75f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 24 Oct 2016 12:58:19 +0200 Subject: [PATCH] Changed FOSJSRouting format in config --- app/config/config.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/app/config/config.yml b/app/config/config.yml index 494a67a98..3cde2377f 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -353,4 +353,15 @@ old_sound_rabbit_mq: callback: wallabag_import.consumer.amqp.chrome fos_js_routing: - routes_to_expose: [ homepage, starred, archive, all, tag, config, import, developer, howto, about, logout ] + routes_to_expose: + - homepage + - starred + - archive + - all + - tag + - config + - import + - developer + - howto + - about + - logout