|
|
|
@ -22,7 +22,7 @@ |
|
|
|
<svg class="logo" viewBox="0 0 100 100"> |
|
|
|
<path d="M40 5l-12.9 7.4 -12.9 7.4c-1.4 0.8-2.7 2.3-3.7 3.9 -0.9 1.6-1.5 3.5-1.5 5.1v14.9 14.9c0 1.7 0.6 3.5 1.5 5.1 0.9 1.6 2.2 3.1 3.7 3.9l12.9 7.4 12.9 7.4c1.4 0.8 3.3 1.2 5.2 1.2 1.9 0 3.8-0.4 5.2-1.2l12.9-7.4 12.9-7.4c1.4-0.8 2.7-2.2 3.7-3.9 0.9-1.6 1.5-3.5 1.5-5.1v-14.9 -12.7c0-4.6-3.8-6-6.8-4.2l-28 16.2"/> |
|
|
|
</svg> |
|
|
|
GrapesJS |
|
|
|
<span>GrapesJS</span> |
|
|
|
</div> |
|
|
|
<div class="description"> |
|
|
|
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: `<div style="padding:100px; text-align:center">Test block</div>` |
|
|
|
content: `<div style="padding-top:50px; padding-bottom:50px; text-align:center">Test block</div>` |
|
|
|
}) |
|
|
|
</script> |
|
|
|
</body> |
|
|
|
|