Is there also an ability to disable the image editor button using the web.config.. i see the sec policy if statement in the code
- <% if(secset.AllowModify) {%>
- <img class="dialogButton" id="img_ImageEditor" src="../Load.ashx?type=image&file=imageeditor.gif" onClick="ImageEditor();" title="[[ImageEditor]]" />
- <%
- }
- else
- {
- %>
- <img class="CuteEditorButtonDisabled" id="img1" src="../Load.ashx?type=image&file=imageeditor.gif" title="[[ImageEditor]]" />
and wish to disable the image editor due to a previous unresolved issue.
UPDATE: found the setting in the security configs