From 1514d81beb58716de9ec3392dfffc84c3b3aad1e Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Sun, 5 Nov 2017 15:02:45 +0100 Subject: [PATCH] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index c6e5f725c..805835a1f 100755 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@ - GrapesJS + GrapesJS
This is a demo content from index.html. For the development, you shouldn't edit this file, instead you can @@ -115,7 +115,7 @@ editor.BlockManager.add('testBlock', { label: 'Block', attributes: { class:'gjs-fonts gjs-f-b1' }, - content: `
Test block
` + content: `
Test block
` })