mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 01:21:03 +00:00
Changed FOSJSRouting format in config
This commit is contained in:
parent
3cc78f0679
commit
49c5d0ad6e
1 changed files with 12 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue