Files
symfony-flex-recipes-contrib/exercise.htmlpurifier-bundle.3.0.json
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

47 lines
1.9 KiB
JSON

{
"manifests": {
"exercise/htmlpurifier-bundle": {
"manifest": {
"bundles": {
"Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/exercise_html_purifier.yaml": {
"contents": [
"exercise_html_purifier:",
" default_cache_serializer_path: '%kernel.cache_dir%/htmlpurifier'",
"",
" html_profiles:",
" default:",
" config:",
" # the charset used by the original contents",
" Core.Encoding: 'UTF-8'",
" # full configuration reference: http://htmlpurifier.org/live/configdoc/plain.html",
"",
"# Read the https://github.com/Exercise/HTMLPurifierBundle/blob/master/README.md file",
"# to know how to whitelist elements",
"",
"# # whitelist attributes by tag",
"# attributes: []",
"",
"# # whitelist elements by name",
"# elements: []",
"",
"# # list of elements that cannot have attributes",
"# blank_elements: []",
""
],
"executable": false
}
},
"ref": "99590c5352b58fadacd5535337589aba7e44f5a7"
}
}
}