mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Merge pull request #27 from javiereguiluz/htmlpurifier-bundle
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
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'
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user