fix(doc): update magick policy, we need JSON code to extract information
Closes #9845
This commit is contained in:
parent
7ba13507ff
commit
0c777fe36c
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue