Closed GoogleCodeExporter closed 9 years ago
you can now specify the attributes to be allowed
e.g. Allow Ids on all tags
{
allowedAttributes: [["id"]]
}
e.g. Allow Ids on spans and frogs on divs
{
allowedAttributes: [
["id", ["span"]],
["frog", ["div"]]
]
}
Original comment by antixsof...@gmail.com
on 30 Apr 2012 at 6:28
Original issue reported on code.google.com by
obsidian...@gmail.com
on 1 Jul 2011 at 12:31