mirror of
https://github.com/codex-team/editor.js
synced 2026-03-15 07:05:48 +01:00
chore(submodules): update all submodules to the latest version (#2880)
* update all submodules * rm checklist and nested list submodule * Update .gitmodules * rm list submodule * add list submodule * all submodules updated * fix(inline-tools): inline tools shortcuts now works in read-only mode
This commit is contained in:
parent
6893462d4b
commit
5e75e64e6c
14 changed files with 14 additions and 22 deletions
12
.gitmodules
vendored
12
.gitmodules
vendored
|
|
@ -7,9 +7,6 @@
|
|||
[submodule "example/tools/delimiter"]
|
||||
path = example/tools/delimiter
|
||||
url = https://github.com/editor-js/delimiter
|
||||
[submodule "example/tools/list"]
|
||||
path = example/tools/list
|
||||
url = https://github.com/editor-js/list
|
||||
[submodule "example/tools/quote"]
|
||||
path = example/tools/quote
|
||||
url = https://github.com/editor-js/quote
|
||||
|
|
@ -31,9 +28,6 @@
|
|||
[submodule "example/tools/table"]
|
||||
path = example/tools/table
|
||||
url = https://github.com/editor-js/table
|
||||
[submodule "example/tools/checklist"]
|
||||
path = example/tools/checklist
|
||||
url = https://github.com/editor-js/checklist
|
||||
[submodule "example/tools/link"]
|
||||
path = example/tools/link
|
||||
url = https://github.com/editor-js/link
|
||||
|
|
@ -46,9 +40,9 @@
|
|||
[submodule "example/tools/underline"]
|
||||
path = example/tools/underline
|
||||
url = https://github.com/editor-js/underline
|
||||
[submodule "example/tools/nested-list"]
|
||||
path = example/tools/nested-list
|
||||
url = https://github.com/editor-js/nested-list
|
||||
[submodule "example/tools/text-variant-tune"]
|
||||
path = example/tools/text-variant-tune
|
||||
url = https://github.com/editor-js/text-variant-tune
|
||||
[submodule "example/tools/list"]
|
||||
path = example/tools/list
|
||||
url = https://github.com/editor-js/list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue