forked from wallabag/wallabag
Links on each tag in Tags view
This commit is contained in:
committed by
Jeremy Benoist
parent
79efca1e6f
commit
891456ba9a
@ -46,7 +46,7 @@ class ExportController extends Controller
|
||||
*
|
||||
* @Route("/export/{category}.{format}", name="export_entries", requirements={
|
||||
* "format": "epub|mobi|pdf|json|xml|txt|csv",
|
||||
* "category": "all|unread|starred|archive"
|
||||
* "category": "all|unread|starred|archive|tag_entries"
|
||||
* })
|
||||
*
|
||||
* @return \Symfony\Component\HttpFoundation\Response
|
||||
|
||||
Reference in New Issue
Block a user