From bd60d8b6fe493641a7d1b4b0ef3c2669b0ecbce1 Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Mon, 12 Jun 2017 22:57:20 +0200 Subject: [PATCH] Update blocks default categories --- src/editor/config/config.js | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/src/editor/config/config.js b/src/editor/config/config.js index 6240f8d1d..fcb2c54e2 100644 --- a/src/editor/config/config.js +++ b/src/editor/config/config.js @@ -160,30 +160,31 @@ module.exports = { blocks: [{ id: 'b1', label: '1 Block', - category: 'Standard', + category: 'Basic', content: '
', attributes: {class:'gjs-fonts gjs-f-b1'} },{ id: 'b2', label: '2 Blocks', - category: 'Standard', + category: 'Basic', content: '
', attributes: {class:'gjs-fonts gjs-f-b2'} },{ id: 'b3', label: '3 Blocks', - category: 'Standard', + category: 'Basic', content: '
', attributes: {class:'gjs-fonts gjs-f-b3'} },{ id: 'b4', label: '3/7 Block', + category: 'Basic', content: '
', attributes: {class:'gjs-fonts gjs-f-b37'} },{ id: 'hero', label: 'Hero section', - category: 'Extra', + category: 'Section', content: '
'+ '
'+ '