aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/config.yml
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-24 12:58:19 +0200
committerThomas Citharel <tcit@tcit.fr>2016-11-15 21:54:20 +0100
commit49c5d0ad6ef5ceafdc0bec4533afcd27a01bd75f (patch)
tree59cb73f4efebcd732db6c7987b698682df1033ef /app/config/config.yml
parent3cc78f06799b0c91957767e8d9255e67b30edd96 (diff)
downloadwallabag-49c5d0ad6ef5ceafdc0bec4533afcd27a01bd75f.tar.gz
wallabag-49c5d0ad6ef5ceafdc0bec4533afcd27a01bd75f.tar.zst
wallabag-49c5d0ad6ef5ceafdc0bec4533afcd27a01bd75f.zip
Changed FOSJSRouting format in config
Diffstat (limited to 'app/config/config.yml')
-rw-r--r--app/config/config.yml13
1 files changed, 12 insertions, 1 deletions
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:
353 callback: wallabag_import.consumer.amqp.chrome 353 callback: wallabag_import.consumer.amqp.chrome
354 354
355fos_js_routing: 355fos_js_routing:
356 routes_to_expose: [ homepage, starred, archive, all, tag, config, import, developer, howto, about, logout ] 356 routes_to_expose:
357 - homepage
358 - starred
359 - archive
360 - all
361 - tag
362 - config
363 - import
364 - developer
365 - howto
366 - about
367 - logout