Import Firefox & Chrome bookmarks into wallabag

This commit is contained in:
Thomas Citharel
2016-07-12 13:51:05 +02:00
committed by Jeremy Benoist
parent 9d7dd6b0d2
commit ae669126e7
19 changed files with 586 additions and 7 deletions

View File

@ -56,3 +56,13 @@ services:
- [ setLogger, [ "@logger" ]]
tags:
- { name: wallabag_import.import, alias: readability }
wallabag_import.browser.import:
class: Wallabag\ImportBundle\Import\BrowserImport
arguments:
- "@doctrine.orm.entity_manager"
- "@wallabag_core.content_proxy"
calls:
- [ setLogger, [ "@logger" ]]
tags:
- { name: wallabag_import.import, alias: browser }