wearerequired / admin-menu-manager

Manage the WordPress admin menu using a simple drag & drop interface.
https://wordpress.org/plugins/admin-menu-manager/
GNU General Public License v2.0
61 stars 6 forks source link

Allow changing the menu icons #1

Closed swissspidy closed 8 years ago

swissspidy commented 9 years ago

When a submenu item is moved to the top level, it automatically gets a dashicons-admin-generic icon. The user should be able to change this, ideally for every menu item, not only new ones.

Idea: A click on the icon shows a little popup next to it with a couple of icons to choose from. Selecting an icon updates the menu item and the entry in the JS array. In the PHP part we only have to detect custom icons and overwrite the existing values.

swissspidy commented 9 years ago

Already working, but could use a nice dropdown to select existing icons.