Is there any setting for CKEditor to remove all attributes from defined tags. For example I'll define these tags "h1,h2,h3,h4,h5,h6"
and editor will remove all attributes from these tags automatically without pressing any button.
I've found this removeFormatTags but it only runs if you click remove format. Is there any setting will do this automatically?