mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
31 lines
1.0 KiB
JSON
31 lines
1.0 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:",
|
|
" # full configuration reference: http://htmlpurifier.org/live/configdoc/plain.html",
|
|
" default:",
|
|
" # the charset used by the original contents",
|
|
" Core.Encoding: 'UTF-8'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "0b76657841c2ba52647bb1b4a5595a0e3b9f485c"
|
|
}
|
|
}
|
|
}
|