Thank you for the workaround. That will be fine.
However, I would like to suggest that you include this in a future version: the ability to programatically set these permissions without having to edit some of your source files. What I imagine is something like the following:
- cm_htmlcontent.SetSecurityAllowModifyTemplate(false);
- cm_htmlcontent.SetSecurityAllowModifyImage(true);
- cm_htmlcontent.SetSecurityAllowModifyFlash(false);
- cm_htmlcontent.SetSecurityAllowDeleteTemplate(false);
- cm_htmlcontent.SetSecurityAllowDeleteImage(true);
- cm_htmlcontent.SetSecurityAllowDeleteFlash(true);