Update pages.html
Browse files- pages.html +4 -0
pages.html
CHANGED
@@ -345,7 +345,9 @@ const editor = grapesjs.init({
|
|
345 |
},
|
346 |
});
|
347 |
|
|
|
348 |
|
|
|
349 |
|
350 |
editor.BlockManager.add('custom-player', {
|
351 |
label: 'Custom Player',
|
@@ -373,7 +375,9 @@ editor.CssComposer.addRules(`
|
|
373 |
|
374 |
|
375 |
|
|
|
376 |
|
|
|
377 |
|
378 |
|
379 |
|
|
|
345 |
},
|
346 |
});
|
347 |
|
348 |
+
</script>
|
349 |
|
350 |
+
<script>
|
351 |
|
352 |
editor.BlockManager.add('custom-player', {
|
353 |
label: 'Custom Player',
|
|
|
375 |
|
376 |
|
377 |
|
378 |
+
</script>
|
379 |
|
380 |
+
<script>
|
381 |
|
382 |
|
383 |
|