mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
44 lines
1.8 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|