diff options
Diffstat (limited to 'app/config')
-rw-r--r-- | app/config/config.yml | 13 | ||||
-rw-r--r-- | app/config/routing.yml | 3 |
2 files changed, 16 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index 168634cf..e0e1ad97 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -351,3 +351,16 @@ old_sound_rabbit_mq: | |||
351 | queue_options: | 351 | queue_options: |
352 | name: 'wallabag.import.chrome' | 352 | name: 'wallabag.import.chrome' |
353 | callback: wallabag_import.consumer.amqp.chrome | 353 | callback: wallabag_import.consumer.amqp.chrome |
354 | |||
355 | fos_js_routing: | ||
356 | routes_to_expose: | ||
357 | - homepage | ||
358 | - starred | ||
359 | - archive | ||
360 | - all | ||
361 | - tag | ||
362 | - config | ||
363 | - import | ||
364 | - developer | ||
365 | - howto | ||
366 | - 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: | |||
52 | path: /settings | 52 | path: /settings |
53 | defaults: | 53 | defaults: |
54 | _controller: CraueConfigBundle:Settings:modify | 54 | _controller: CraueConfigBundle:Settings:modify |
55 | |||
56 | fos_js_routing: | ||
57 | resource: "@FOSJsRoutingBundle/Resources/config/routing/routing.xml" | ||