Files
symfony-flex-recipes-contrib/tgalopin.html-sanitizer-bundle.1.0.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

44 lines
1.8 KiB
JSON

{
"manifests": {
"tgalopin/html-sanitizer-bundle": {
"manifest": {
"bundles": {
"HtmlSanitizer\\Bundle\\HtmlSanitizerBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/html_sanitizer.yaml": {
"contents": [
"html_sanitizer:",
" default_sanitizer: 'default'",
" sanitizers:",
" default:",
" # Read https://github.com/tgalopin/html-sanitizer/blob/master/docs/1-getting-started.md#extensions",
" # to learn more about which extensions you would like to enable.",
" extensions:",
" - 'basic'",
" # - 'list'",
" # - 'table'",
" # - 'image'",
" # - 'code'",
" # - 'iframe'",
" # - 'details'",
" # - 'extra'",
"",
" # Read https://github.com/tgalopin/html-sanitizer/blob/master/docs/3-configuration-reference.md",
" # to discover all the available options for each extension.",
""
],
"executable": false
}
},
"ref": "95b935177db9abb65356fe19e57fe5abd908b5b8"
}
}
}