Skip to content

Instantly share code, notes, and snippets.

@hertsch
Last active August 29, 2015 13:56
Show Gist options
  • Save hertsch/8807997 to your computer and use it in GitHub Desktop.
Save hertsch/8807997 to your computer and use it in GitHub Desktop.
"admin": {
"import": {
"enabled": true,
"data": {
"handling": "CLEAN_UP",
"htmlpurifier": {
"enabled": true,
"config": {
"URI.MakeAbsolute": true,
"AutoFormat.RemoveEmpty": true,
"AutoFormat.RemoveEmpty.RemoveNbsp": true,
"HTML.ForbiddenElements": [
"span",
"strong",
"em",
"i",
"b"
]
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment