INSERT INTO `modx_user_settings` ( `user` , `setting_name` , `setting_value` )
VALUES
('3', 'manager_lang_attribute', 'de'),
('3', 'which_editor', 'TinyMCE'),
('3', 'manager_language', 'german'),
('3', 'tinymce_custom_plugins', 'style,advimage,advlink,searchreplace,print,contextmenu,paste,fullscreen,nonbreaking,xhtmlxtras,visualchars,media'),
('3', 'tinymce_custom_buttons1', 'undo,redo,selectall,separator,pastetext,pasteword,separator,search,replace,separator,nonbreaking,hr,charmap,separator,image,link,unlink,anchor,media,separator,cleanup,removeformat,separator,fullscreen,print,code,help'),
('3', 'tinymce_custom_buttons2', 'bold,italic,underline,strikethrough,sub,sup,separator,bullist,numlist,outdent,indent,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,styleselect,formatselect,separator,styleprops'),
('3', 'tinymce_css_selectors', 'Bild mit Rahm und Rand=artikelBild'),
('3', 'editor_css_path', 'assets/templates/trendlux_default/editor.css'),
('3', 'allow_manager_access','1'),
('3', 'manager_direction','ltr')
;
I think the next step will be to integrate that into a plugin.
I have done something similar in the past with obBeforeWebUserSave but there doesn’t appear to be an equal for manager users?