From ca90296dada6a734990c3ee0f3ed9f987165a7d3 Mon Sep 17 00:00:00 2001 From: Tiberiu Ichim Date: Wed, 23 Sep 2020 15:41:19 +0300 Subject: [PATCH] Rename block to Tabs section --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index b92e8178..59e857aa 100644 --- a/src/index.js +++ b/src/index.js @@ -8,7 +8,7 @@ import installVoltoObjectWidget from '@eeacms/volto-object-widget'; export default (config) => { config.blocks.blocksConfig[TABSBLOCK] = { id: TABSBLOCK, - title: 'Section', + title: 'Tabs section', icon: codeSVG, group: 'common', view: TabsBlockView,