diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 278d126f..5f6e04fe 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -9,6 +9,7 @@ - `Fix` — Added `typeof` util method to check exact object type [#805](https://github.com/codex-team/editor.js/issues/805) - `New` *Conversion Toolbar* — Ability to convert one block to another [#704](https://github.com/codex-team/editor.js/issues/704) - `New` *Cross-block selection* — Ability to select multiple blocks by mouse [#703](https://github.com/codex-team/editor.js/issues/703) +- `Fix` — Remove internal `enableLineBreaks` option from external Tool settings type description [#825](https://github.com/codex-team/editor.js/pull/825) ### 2.14 diff --git a/types/tools/tool-settings.d.ts b/types/tools/tool-settings.d.ts index 22c56a6a..e47aea48 100644 --- a/types/tools/tool-settings.d.ts +++ b/types/tools/tool-settings.d.ts @@ -31,11 +31,6 @@ export interface ToolSettings { */ config?: ToolConfig; - /** - * Is user available to add line brakes in Tool (for example by Shift+Enter) - */ - enableLineBreaks?: boolean; - /** * Is need to show Inline Toolbar. * Can accept array of Tools for InlineToolbar or boolean.