Skip to content

Commit

Permalink
chore: add control panel icon
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Jul 5, 2021
1 parent 2c3b20a commit 6c341ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import menuSVG from '@plone/volto/icons/menu.svg';
import { dropdownMenuNavItemsReducer } from './reducers';
import MenuConfigurationWidget from './widget/MenuConfigurationWidget';
import { getDropdownMenuNavitems } from './actions';
Expand Down Expand Up @@ -37,5 +38,7 @@ export default (config) => {
},
];

config.settings.controlPanelsIcons['dropdown-menu-settings'] = menuSVG;

return config;
};

0 comments on commit 6c341ef

Please sign in to comment.