Update js/rus/rus.js
Browse files- js/rus/rus.js +5 -1
js/rus/rus.js
CHANGED
@@ -1023,7 +1023,11 @@ editor.BlockManager.add('custom-widget', {
|
|
1023 |
<!-- icon666.com - MILLIONS vector ICONS FREE --><svg id="Layer_1" enable-background="new 0 0 48 48" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" width="36" height="36"><path d="m38 8h-28c-2.2 0-4 1.8-4 4v24c0 2.2 1.8 4 4 4h8v-4h-8v-20h28v20h-8v4h8c2.2 0 4-1.8 4-4v-24c0-2.2-1.8-4-4-4zm-14 12-8 8h6v12h4v-12h6z" fill="#000000" style="fill: rgb(237, 237, 237);"></path></svg>
|
1024 |
<span style="margin-top: 8px;">Widget</span>
|
1025 |
</div>`,
|
1026 |
-
content:
|
|
|
|
|
|
|
|
|
1027 |
attributes: {
|
1028 |
class: ''
|
1029 |
},
|
|
|
1023 |
<!-- icon666.com - MILLIONS vector ICONS FREE --><svg id="Layer_1" enable-background="new 0 0 48 48" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" width="36" height="36"><path d="m38 8h-28c-2.2 0-4 1.8-4 4v24c0 2.2 1.8 4 4 4h8v-4h-8v-20h28v20h-8v4h8c2.2 0 4-1.8 4-4v-24c0-2.2-1.8-4-4-4zm-14 12-8 8h6v12h4v-12h6z" fill="#000000" style="fill: rgb(237, 237, 237);"></path></svg>
|
1024 |
<span style="margin-top: 8px;">Widget</span>
|
1025 |
</div>`,
|
1026 |
+
content: `
|
1027 |
+
<div id="custom-widget-container">
|
1028 |
+
<script id="custom-widget-script" src="https://school.riverpsy.com/pl/lite/widget/script?id=731982"></script>
|
1029 |
+
</div>
|
1030 |
+
`,
|
1031 |
attributes: {
|
1032 |
class: ''
|
1033 |
},
|