Modify plugins:core to build codemirror-editor
Bug: Issue 4437 Change-Id: I6ca6049f5371515e0891e7e334dc66bd9c12167e
This commit is contained in:
parent
977c725e3d
commit
75147c0af3
5
.gitmodules
vendored
5
.gitmodules
vendored
@ -1,3 +1,8 @@
|
||||
[submodule "plugins/codemirror-editor"]
|
||||
path = plugins/codemirror-editor
|
||||
url = ../plugins/codemirror-editor
|
||||
branch = .
|
||||
|
||||
[submodule "plugins/commit-message-length-validator"]
|
||||
path = plugins/commit-message-length-validator
|
||||
url = ../plugins/commit-message-length-validator
|
||||
|
1
plugins/codemirror-editor
Submodule
1
plugins/codemirror-editor
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 0a741c07f336ca7ed883967424012756835acecc
|
@ -1,4 +1,5 @@
|
||||
CORE_PLUGINS = [
|
||||
"codemirror-editor",
|
||||
"commit-message-length-validator",
|
||||
"download-commands",
|
||||
"hooks",
|
||||
|
Loading…
Reference in New Issue
Block a user