Skip to content

Commit

Permalink
Merge branch 'master' into rel_canonical
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico authored Sep 22, 2023
2 parents a9ac2c8 + 3ab7657 commit ab4e276
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions news/5192.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove integration with volto-style-block, as it's not working anymore @dobri1408
5 changes: 0 additions & 5 deletions packages/volto-slate/src/blocks/Text/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,6 @@ export default function applyConfig(config) {
...config.settings.slate, // TODO: is this correct for volto-slate addons?
};

config.settings.integratesBlockStyles = [
...(config.settings.integratesBlockStyles || []),
'slate',
];

const slateBlockConfig = {
id: 'slate',
title: 'Text',
Expand Down

0 comments on commit ab4e276

Please sign in to comment.