we have an issue where 3rd party apps installed by users have modified the users mail template such that certain design elements are now flagged as prohibit design refresh.
when we go to upgrade the users end up with a mix of versions because some of their elements were locked so we’ve written some script code to get all design elements, except folders, and clear the flag.
the code works fine and unlocks everything except that sometimes it will pick up build.properties and plugin.xml elements. these elements are locked but we dont know if we should be unlocking them as well or not.
is there any documentation that states what these elements are for so we can figure out if its safe and/or acceptable to unflag them?