## View and Edit template for EditorSettingsAction
## Expects action properties:
## autocompleteDisabled
## shortcutsEnabled
## linksEnabled
## imagesEnabled
## usersEnabled
$htmlUtil.htmlEncode($pageTitle)
#requireResource("confluence.web.resources:aui-forms")
#applyDecorator("root")
#decoratorParam("context" "profile")
#decoratorParam("mode" "settings")
#decoratorParam("helper" $action.helper)
#decoratorParam("infopanel-width" "200px")
#applyDecorator("form-aui")
#decoratorParam("formName" "editeditorsettingsform")
#decoratorParam("submitAction" "doeditmyeditorsettings.action")
#decoratorParam("editAction" "editmyeditorsettings.action")
#decoratorParam("editMode" "$editMode")
#form_xsrfToken()
$action.getText("title.edit.editor.preferences")
#end
#end