mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-23 14:56:43 +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": {
|
||||
"gotoLine": {
|
||||
"file": "../images/gotoLine.svg"
|
||||
"file": "images/gotoLine.svg"
|
||||
},
|
||||
"pilcrow": {
|
||||
"file": "../images/pilcrow.svg",
|
||||
"file": "images/pilcrow.svg",
|
||||
"variants": [ "progressive" ]
|
||||
},
|
||||
"wrapping": {
|
||||
"file": "../images/wrapping.svg",
|
||||
"file": "images/wrapping.svg",
|
||||
"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