1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-25 16:19:44 +02:00

chore(editor): update editor, add embed tool (#142)

* update editor

* add embed tool

* prod bundle
This commit is contained in:
Peter Savchenko 2021-12-01 19:56:12 +03:00 committed by GitHub
parent 3552105e38
commit 059cfb96f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 62 additions and 56 deletions

View file

@ -13,6 +13,7 @@ import Warning from '@editorjs/warning';
import Checklist from '@editorjs/checklist';
import LinkTool from '@editorjs/link';
import RawTool from '@editorjs/raw';
import Embed from '@editorjs/embed';
/**
* Inline Tools for the Editor
@ -110,6 +111,8 @@ export default class Editor {
},
raw: RawTool,
embed: Embed,
},
data: {
blocks: [