mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-27 16:40:07 +00:00
Move images folder into modules folder
All resources needed by client should in one folder Change-Id: Ib9f6ea7bb59f2b5b8115c381290032170d482a98
This commit is contained in:
parent
583480e698
commit
b2aeedd34a
|
@ -80,14 +80,14 @@
|
||||||
},
|
},
|
||||||
"images": {
|
"images": {
|
||||||
"gotoLine": {
|
"gotoLine": {
|
||||||
"file": "../images/gotoLine.svg"
|
"file": "images/gotoLine.svg"
|
||||||
},
|
},
|
||||||
"pilcrow": {
|
"pilcrow": {
|
||||||
"file": "../images/pilcrow.svg",
|
"file": "images/pilcrow.svg",
|
||||||
"variants": [ "progressive" ]
|
"variants": [ "progressive" ]
|
||||||
},
|
},
|
||||||
"wrapping": {
|
"wrapping": {
|
||||||
"file": "../images/wrapping.svg",
|
"file": "images/wrapping.svg",
|
||||||
"variants": [ "progressive" ]
|
"variants": [ "progressive" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Before Width: | Height: | Size: 486 B After Width: | Height: | Size: 486 B |
Before Width: | Height: | Size: 475 B After Width: | Height: | Size: 475 B |
Before Width: | Height: | Size: 415 B After Width: | Height: | Size: 415 B |
Loading…
Reference in a new issue