Skip to content

Commit b013388

Browse files
committed
Disable DraftJS text block
1 parent 2f70763 commit b013388

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

frontend/src/config/Blocks/index.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,6 @@ export const SiteBlocks = (config) => {
9494
config.blocks.blocksConfig = {
9595
...config.blocks.blocksConfig,
9696
title: { ...config.blocks.blocksConfig.title, restricted: false }, //lo si può aggiungere sempre
97-
text: {
98-
...config.blocks.blocksConfig.text,
99-
edit: TextEdit,
100-
view: TextView,
101-
sidebarTab: 1,
102-
},
10397
related_items: {
10498
id: 'related_items',
10599
title: 'Related items',

0 commit comments

Comments
 (0)