mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-10 17:05:26 +00:00
Remove deprecated options from FOSRest
Also add a new alias for rulerz to remove a deprecation.
This commit is contained in:
parent
b6ba8517a6
commit
2efb990a14
2 changed files with 4 additions and 7 deletions
|
@ -112,14 +112,8 @@ fos_rest:
|
||||||
pdf: true
|
pdf: true
|
||||||
epub: true
|
epub: true
|
||||||
mobi: true
|
mobi: true
|
||||||
templating_formats:
|
|
||||||
html: false
|
|
||||||
force_redirects:
|
|
||||||
html: true
|
|
||||||
failed_validation: HTTP_BAD_REQUEST
|
failed_validation: HTTP_BAD_REQUEST
|
||||||
default_engine: twig
|
routing_loader: false
|
||||||
routing_loader:
|
|
||||||
default_format: json
|
|
||||||
format_listener:
|
format_listener:
|
||||||
enabled: true
|
enabled: true
|
||||||
rules:
|
rules:
|
||||||
|
|
|
@ -159,6 +159,9 @@ services:
|
||||||
calls:
|
calls:
|
||||||
- ["addSubscriber", ["@bd_guzzle_site_authenticator.authenticator_subscriber"]]
|
- ["addSubscriber", ["@bd_guzzle_site_authenticator.authenticator_subscriber"]]
|
||||||
|
|
||||||
|
RulerZ\RulerZ:
|
||||||
|
alias: rulerz
|
||||||
|
|
||||||
Wallabag\CoreBundle\Operator\PHP\Matches:
|
Wallabag\CoreBundle\Operator\PHP\Matches:
|
||||||
tags:
|
tags:
|
||||||
- { name: rulerz.operator, target: native, operator: matches }
|
- { name: rulerz.operator, target: native, operator: matches }
|
||||||
|
|
Loading…
Reference in a new issue