From b7c71c4406e1da6391f2d5c3f377b20414c41bdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Fern=C3=A1ndez=20de=20Alba?= Date: Wed, 6 Mar 2024 13:49:08 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Steve Piercy --- docs/source/upgrade-guide/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/upgrade-guide/index.md b/docs/source/upgrade-guide/index.md index abebbddc42..5c1def81a8 100644 --- a/docs/source/upgrade-guide/index.md +++ b/docs/source/upgrade-guide/index.md @@ -42,11 +42,12 @@ This aligns Volto with the latests developments in the React ecosystem and opens ### `draftJS` dependency and `text`, `table`, and `hero` blocks removed In Volto 16, the `text` block powered by the `Draft.js` library was deprecated, and it was announced that it would be removed in Volto 18. -The other two blocks powered by `Draft.js` (`table` and `hero`) were also removed because they also relied on `Draft.js`. +Two other blocks, `table` and `hero`, that depended on `Draft.js` were also removed. If you still need these blocks in your site, you can copy over the block code and settings into your project. You can also migrate these blocks to use either `slate` or `slateTable` blocks. -The `hero` block can be replaced by the `teaser` block as a replacement, but a migration is also needed. +The `hero` block can be replaced by the `teaser` block, but a migration is also needed. +See {ref}`existing-projects-using-core-draftjs-opting-to-migrate-to-slate`. ### `react-portal` dependency removed