This removes the <HtmlEditorImage> component from the toolbar of the HTML Editor by commenting it out for a later PR to introduce a working version if desired.
This PR also adds to the HtmlEditor.Blazor project file references to the Oqtane.Client and Oqtane.Shared dependencies. This allows adding components like the File Manager and others to the components in the HtmlEditor.Blazor project. This should help with a future image manager.
This removes the
<HtmlEditorImage>
component from the toolbar of the HTML Editor by commenting it out for a later PR to introduce a working version if desired.This PR also adds to the HtmlEditor.Blazor project file references to the
Oqtane.Client
andOqtane.Shared
dependencies. This allows adding components like the File Manager and others to the components in the HtmlEditor.Blazor project. This should help with a future image manager.