Allow custom icons and additional links in left nav

This commit is contained in:
Daniel Lautzenheiser
2022-09-20 10:14:40 -04:00
parent a82f27100e
commit 04098bf96d
7 changed files with 127 additions and 3 deletions

View File

@ -14,6 +14,7 @@ import AuthenticationPage from './AuthenticationPage';
import WidgetPreviewContainer from './WidgetPreviewContainer';
import ObjectWidgetTopBar from './ObjectWidgetTopBar';
import GoBackButton from './GoBackButton';
import images from './Icon/images/_index';
import {
fonts,
colorsRaw,
@ -63,6 +64,7 @@ export const NetlifyCmsUiDefault = {
zIndex,
reactSelectStyles,
GlobalStyles,
images,
};
export {
Dropdown,
@ -97,4 +99,5 @@ export {
reactSelectStyles,
GlobalStyles,
GoBackButton,
images,
};