|
@@ -13,10 +13,12 @@ define( 'ckeditor-dev', function() {
|
|
|
* A flag specifying whether CKEditor is running in development mode (original source code).
|
|
* A flag specifying whether CKEditor is running in development mode (original source code).
|
|
|
*
|
|
*
|
|
|
* This property is not defined in production (compiled, build code).
|
|
* This property is not defined in production (compiled, build code).
|
|
|
|
|
+ *
|
|
|
|
|
+ * @memberof CKEditor
|
|
|
*/
|
|
*/
|
|
|
isDev: true,
|
|
isDev: true,
|
|
|
|
|
|
|
|
- // Documented in ckeditor-core/ckeditor.
|
|
|
|
|
|
|
+ // Documented in ckeditor5-core/ckeditor.
|
|
|
getPluginPath: function( name ) {
|
|
getPluginPath: function( name ) {
|
|
|
return this.basePath + 'node_modules/ckeditor-plugin-' + name + '/src/';
|
|
return this.basePath + 'node_modules/ckeditor-plugin-' + name + '/src/';
|
|
|
}
|
|
}
|