Hiding custom menu item for specific user group

I have 3 users groups for the modx manager:

  • Administrator

  • Member

  • Editor

And i created menu item with migxdb and i want to display only for Administrator and Member groups and hiding for Editor users. How can i do this?

In the menu - setting, you can fill the permission - setting to a permission, which only Administators have, for example menu_security.
Or you could create your own permissions-set, create a new usergroup, which have that permissions and add the admistrators to that usergroup and use one of that permissions for the menu-item.