Update pages.html
Browse files- pages.html +0 -20
pages.html
CHANGED
@@ -847,26 +847,6 @@ editor.Blocks.add('menu-settings-block-block', {
|
|
847 |
|
848 |
|
849 |
|
850 |
-
<script>
|
851 |
-
editor.BlockManager.add('custom-player', {
|
852 |
-
label: 'Custom Player',
|
853 |
-
content: `<div id="player" style="width: 480px; height: 270px; border: 3px solid black; margin: auto; position: relative; top: 0;"></div>`,
|
854 |
-
attributes: {
|
855 |
-
class: 'fa fa-play'
|
856 |
-
}
|
857 |
-
});
|
858 |
-
editor.CssComposer.addRules(`
|
859 |
-
#player {
|
860 |
-
width: 480px;
|
861 |
-
height: 270px;
|
862 |
-
border: 3px solid black;
|
863 |
-
margin: 0 auto;
|
864 |
-
position: relative;
|
865 |
-
top: 0;
|
866 |
-
display: block;
|
867 |
-
}
|
868 |
-
`);
|
869 |
-
</script>
|
870 |
|
871 |
|
872 |
|
|
|
847 |
|
848 |
|
849 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
850 |
|
851 |
|
852 |
|