Opened 11 years ago

Closed 11 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 11 years ago by Jakub Ś

Status: newconfirmed
Version: 4.0

comment:2 Changed 11 years ago by Piotrek Koszuliński

Resolution: fixed
Status: confirmedclosed

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.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy