From 3cc78f06799b0c91957767e8d9255e67b30edd96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 24 Oct 2016 11:20:11 +0200 Subject: Added shortcuts --- app/config/config.yml | 3 +++ app/config/routing.yml | 3 +++ 2 files changed, 6 insertions(+) (limited to 'app/config') diff --git a/app/config/config.yml b/app/config/config.yml index 168634cf..494a67a9 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -351,3 +351,6 @@ old_sound_rabbit_mq: queue_options: name: 'wallabag.import.chrome' callback: wallabag_import.consumer.amqp.chrome + +fos_js_routing: + routes_to_expose: [ homepage, starred, archive, all, tag, config, import, developer, howto, about, logout ] diff --git a/app/config/routing.yml b/app/config/routing.yml index 750ed435..eedf51d5 100644 --- a/app/config/routing.yml +++ b/app/config/routing.yml @@ -52,3 +52,6 @@ craue_config_settings_modify: path: /settings defaults: _controller: CraueConfigBundle:Settings:modify + +fos_js_routing: + resource: "@FOSJsRoutingBundle/Resources/config/routing/routing.xml" -- cgit v1.2.3 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: Changed FOSJSRouting format in config --- app/config/config.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'app/config') diff --git a/app/config/config.yml b/app/config/config.yml index 494a67a9..3cde2377 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 -- cgit v1.2.3 From f9cded7dd2acab3af8ff8481941e0c199daf8270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 24 Oct 2016 20:37:49 +0200 Subject: Added new shortcuts --- app/config/config.yml | 1 - 1 file changed, 1 deletion(-) (limited to 'app/config') diff --git a/app/config/config.yml b/app/config/config.yml index 3cde2377..e0e1ad97 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -363,5 +363,4 @@ fos_js_routing: - import - developer - howto - - about - logout -- cgit v1.2.3