wallabag/tests/Wallabag/CoreBundle/fixtures/tagging_rules_admin.json
Jeremy Benoist 34be2d5de4
Add ability to import/export tagging rules
- Add missing translations
- Add some tests
- Add `/api/taggingrule/export` API endpoint
- Add baggy theme
- Add error message when importing tagging rules failed
- Also fix all translations (I think we are good now)
2019-07-08 09:38:32 +02:00

5 lines
73 B
JSON

[{
"rule": "title matches \"football\"",
"tags": ["football"]
}]