(function(pluginManager) {
$.Arte.configuration.pasteHandler = {
attributes: {
"id": 1,
"style": 1,
"class": 1
},
style: {
"font": 1,
"font-style": 1,
"font-weight": 1,
"font-family": 1, // TODO: font-family, color, font-size needs to compare against some sanctioned list
"color": 1,
"font-size": 1,
"text-align": 1
},
tag: {
"P": 1,
"DIV": 1,
"UL": 1,
"OL": 1,
"LI": 1,
"SPAN": 1