Opened 12 years ago
Closed 12 years ago
#9692 closed Bug (fixed)
Samples requiring a plugin in development mode are not working out of the box
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.0.1 |
Component: | General | Version: | 4.0 |
Keywords: | Cc: |
Description
Just checked the uicolor sample (samples/uicolor.html
)
In development mode (when working with source version), it would be nice to have the extraPlugins option still included in the sample, to not have to add it to config.js
every time. It can be achieved by doing something like:
extraPlugins: 'uicolor', // %REMOVE_LINE%
This way in release mode, this entry will not be included.
Change History (2)
comment:1 Changed 12 years ago by
Status: | new → confirmed |
---|---|
Version: | → 4.0 |
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
samples/uicolor.html
is not a sample of uicolor plugin - there's separate sample for it (in uicolor's dir).I pushed git:22a9b02 to remove UIColor button from
samples/uicolor.html
.