ckeditor/ckeditor5-basic-styles

View on GitHub
src/bold/boldediting.js

Summary

Maintainability
A
1 hr
Test Coverage

Function init has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    init() {
        const editor = this.editor;
        // Allow bold attribute on text nodes.
        editor.model.schema.extend( '$text', { allowAttributes: BOLD } );
        editor.model.schema.setAttributeProperties( BOLD, {
Severity: Minor
Found in src/bold/boldediting.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status