Added shortcuts

This commit is contained in:
Nicolas Lœuillet
2016-10-24 11:20:11 +02:00
committed by Thomas Citharel
parent 644b340178
commit 3cc78f0679
16 changed files with 121 additions and 6 deletions

View File

@ -351,3 +351,6 @@ old_sound_rabbit_mq:
queue_options:
name: 'wallabag.import.chrome'
callback: wallabag_import.consumer.amqp.chrome
fos_js_routing:
routes_to_expose: [ homepage, starred, archive, all, tag, config, import, developer, howto, about, logout ]

View File

@ -52,3 +52,6 @@ craue_config_settings_modify:
path: /settings
defaults:
_controller: CraueConfigBundle:Settings:modify
fos_js_routing:
resource: "@FOSJsRoutingBundle/Resources/config/routing/routing.xml"