[WIKI-471] refactor: custom image extension (#7247)
* refactor: custom image extension * refactor: extension config * revert: image full screen component * fix: undo operation
This commit is contained in:
parent
7045a1f2af
commit
c1fa372c84
24 changed files with 375 additions and 514 deletions
|
|
@ -2,7 +2,7 @@
|
|||
import { CORE_EXTENSIONS } from "@/constants/extension";
|
||||
// extensions
|
||||
import { type HeadingExtensionStorage } from "@/extensions";
|
||||
import { type CustomImageExtensionStorage } from "@/extensions/custom-image";
|
||||
import { type CustomImageExtensionStorage } from "@/extensions/custom-image/types";
|
||||
import { type CustomLinkStorage } from "@/extensions/custom-link";
|
||||
import { type ImageExtensionStorage } from "@/extensions/image";
|
||||
import { type MentionExtensionStorage } from "@/extensions/mentions";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue