diff options
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 | ||