mirror of
https://github.com/codex-team/editor.js
synced 2026-03-15 23:25:47 +01:00
[Fix] Tool setting types (#825)
This commit is contained in:
parent
979d51b85c
commit
491fe92143
2 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
5
types/tools/tool-settings.d.ts
vendored
5
types/tools/tool-settings.d.ts
vendored
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue