fix(doc): update magick policy, we need JSON code to extract information

Closes #9845
This commit is contained in:
Colin Darie 2023-12-15 09:33:44 +01:00
parent 7ba13507ff
commit 0c777fe36c
No known key found for this signature in database
GPG key ID: 8C76CADD40253590

View file

@ -28,7 +28,7 @@ Vous souhaitez y apporter des changements ou des améliorations ? Lisez notre [
<!-- en plus de la policy par défaut, ajoutez à la fin du fichier -->
<policymap>
<policy domain="coder" rights="none" pattern="*"/>
<policy domain="coder" rights="read | write" pattern="{JPG,JPEG,PNG}"/>
<policy domain="coder" rights="read | write" pattern="{JPG,JPEG,PNG,JSON}"/>
<policy domain="module" rights="none" pattern="{MSL,MVG,PS,SVG,URL,XPS}"/>
</policymap>
```