mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
39 lines
1.9 KiB
JSON
39 lines
1.9 KiB
JSON
{
|
|
"locks": {
|
|
"exercise/htmlpurifier-bundle": {
|
|
"version": "3.0",
|
|
"recipe": {
|
|
"repo": "3.0",
|
|
"branch": "master",
|
|
"version": "3.0",
|
|
"ref": "99590c5352b58fadacd5535337589aba7e44f5a7"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"exercise/htmlpurifier-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "exercise/htmlpurifier-bundle",
|
|
"version": "3.0",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/exercise_html_purifier.yaml": {
|
|
"contents": "exercise_html_purifier:\n default_cache_serializer_path: '%kernel.cache_dir%/htmlpurifier'\n\n html_profiles:\n default:\n config:\n # the charset used by the original contents\n Core.Encoding: 'UTF-8'\n # full configuration reference: http://htmlpurifier.org/live/configdoc/plain.html\n\n# Read the https://github.com/Exercise/HTMLPurifierBundle/blob/master/README.md file\n# to know how to whitelist elements\n\n# # whitelist attributes by tag\n# attributes: []\n\n# # whitelist elements by name\n# elements: []\n\n# # list of elements that cannot have attributes\n# blank_elements: []\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "exercise/htmlpurifier-bundle:3.0@github.com/symfony/recipes-contrib:master",
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |