diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-24 12:58:19 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-11-15 21:54:20 +0100 |
commit | 49c5d0ad6ef5ceafdc0bec4533afcd27a01bd75f (patch) | |
tree | 59cb73f4efebcd732db6c7987b698682df1033ef /app | |
parent | 3cc78f06799b0c91957767e8d9255e67b30edd96 (diff) | |
download | wallabag-49c5d0ad6ef5ceafdc0bec4533afcd27a01bd75f.tar.gz wallabag-49c5d0ad6ef5ceafdc0bec4533afcd27a01bd75f.tar.zst wallabag-49c5d0ad6ef5ceafdc0bec4533afcd27a01bd75f.zip |
Changed FOSJSRouting format in config
Diffstat (limited to 'app')
-rw-r--r-- | app/config/config.yml | 13 |
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 | ||
355 | fos_js_routing: | 355 | fos_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 | ||