Opened 10 years ago

Closed 10 years ago

#11711 closed New Feature (invalid)

Directive extraPlugins - allow array format

Reported by: Ivan Čentéš Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

The extraPlugins directive should allow an array format. It would be more readable than a single string of comma separated values. And getting the values from this directive would be easier too, no need to split a string by commas.

Change History (1)

comment:1 Changed 10 years ago by Jakub Ś

Resolution: invalid
Status: newclosed

We have decided on certain format and then created code that works with that format. These are the rules and you should apply to them.

You can always use below code for this particular requirement:

config.extraPlugins = [ ... ].join( ',' );

In this case we really don't see reason to complicate editor bahaviour, especially that you can do it on your own.

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