mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-26 18:21:02 +00:00
Rework on export
- all export now return a `HttpFoundation\Response` - return a 404 on unsupported format - add tests
This commit is contained in:
parent
03690d1387
commit
add597bad9
10 changed files with 351 additions and 145 deletions
|
@ -51,6 +51,7 @@ parameters:
|
|||
export_epub: true
|
||||
export_mobi: true
|
||||
export_pdf: true
|
||||
wallabag_url: http://v2.wallabag.org
|
||||
|
||||
# default user config
|
||||
items_on_page: 12
|
||||
|
|
|
@ -51,6 +51,7 @@ parameters:
|
|||
export_epub: true
|
||||
export_mobi: true
|
||||
export_pdf: true
|
||||
wallabag_url: http://v2.wallabag.org
|
||||
|
||||
# default user config
|
||||
items_on_page: 12
|
||||
|
|
|
@ -51,6 +51,7 @@ parameters:
|
|||
export_epub: true
|
||||
export_mobi: true
|
||||
export_pdf: true
|
||||
wallabag_url: http://v2.wallabag.org
|
||||
|
||||
# default user config
|
||||
items_on_page: 12
|
||||
|
|
|
@ -51,6 +51,7 @@ parameters:
|
|||
export_epub: true
|
||||
export_mobi: true
|
||||
export_pdf: true
|
||||
wallabag_url: http://v2.wallabag.org
|
||||
|
||||
# default user config
|
||||
items_on_page: 12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue