Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
Upgrade to 3.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Sep 13, 2021
1 parent 657e5cb commit e059861
Showing 1 changed file with 21 additions and 7 deletions.
28 changes: 21 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,20 @@ issues, the API starts to stabilize and we've already started several addons
based on it: https://github.com/eea/volto-slate-metadata-mentions/ and
https://github.com/eea/volto-slate-zotero

## Upgrades

### Upgrade to 3.x.x

* Removed all deprecated, already in Volto Core, `futurevolto` components:
* `SidebarPopup`
* `ObjectWidget`
* `ObjectBrowserWidget`
* `helpers/Blocks`
* Table `inline button` and `copy&paste` support is not installed by default anymore.
You'll need to explicitly import the `tableButton` profile like:
* `volto:asDefault,tableButton`
* `volto-slate:minimalDefault,simpleLink,tableButton`

## Why

Some of the main reasons that drove us to create volto-slate instead of
Expand All @@ -46,13 +60,13 @@ enhancing Volto's draftjs implementation:

volto-slate provides several optional configuration:

- `asDefault` which makes the volto-slate as the default richtext block editor
- `minimalDefault`, same as the above, but uses a set of toolbar buttons
similar to Volto
- `simpleLink` reuses Volto's link plugin and makes for a better replacement
of Volto's rich text editor.
- `tableButton` adds table button to Slate toolbar in order to easily insert
Table block after.
- `asDefault` - makes the volto-slate as the default Editor for `blocks` (and `richtext` widgets - not yet)
- `asDefaultBlock` - makes volto-slate the default Editor for `blocks`
- `asDefaultRichText` - makes volto-slate the default Editor for `richtext` widget (experimental)
- `minimalDefault`, same as the above, but uses a set of toolbar buttons similar to Volto
- `simpleLink` reuses Volto's link plugin and makes for a better replacement of Volto's rich text editor.
- `tableButton` adds table button to Slate toolbar in order to easily insert Table block after.


## Features

Expand Down

0 comments on commit e059861

Please sign in to comment.