#11776 closed Bug (invalid)
Codemirror icons are missing in package generated by Editor Builder
| Reported by: | ergec | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 4.3.4 |
| Keywords: | Cc: | ergecsenturk@… |
Description
Codemirror icons folder is missing in the package generated by Editor Builder
If you download codemirror from here http://ckeditor.com/addon/codemirror folders are included.
http://ckeditor.com/builder Add "Codemirror" plugin Download When you run editor Codemirror png files will give 404 not found error on console
Change History (2)
comment:1 Changed 12 years ago by
| Keywords: | codemirror removed |
|---|---|
| Resolution: | → invalid |
| Status: | new → closed |

This is expected behaviour. The
icons/folder contains icons used by CKEditor, e.g. in the toolbar. During build process they are moved to theskins/*/icons.pngand I've just checked that they are there.If you need some additional images, then you should put it in some other folder - e.g.
images/, just like other plugins (example).