Skip to content

Commit

Permalink
Adjust docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Nov 4, 2024
1 parent db5ad12 commit 636b541
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ import { AngularIntegrationUsageDataPlugin } from './angular-integration-usage-d
* @returns The editor configuration with all integration plugins appended.
*/
export function appendAllIntegrationPluginsToConfig( editorConfig: EditorConfig ): EditorConfig {
/**
* Do not modify the editor configuration if the editor is using a free license.
*/
if ( isCKEditorFreeLicense( editorConfig.licenseKey ) ) {
return editorConfig;
}
Expand Down

0 comments on commit 636b541

Please sign in to comment.