Skip to content

refactor(froalaEditor/toolarButtons): inconsistence with docs #569

@rbalet

Description

@rbalet

Description

In the actual docs, to give toolbar buttons, we need to wrap them in an array.

Docs

export const TOOLBAR_BUTTONS = [['bold'], 'fontSize']

Actual angular implementation

export const TOOLBAR_BUTTONS = ['bold', '|', 'fontSize']

Expectation

Unified implementation across framework, or updated docs for angular

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions