We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd83d0 commit c57a239Copy full SHA for c57a239
2 files changed
view/adminhtml/templates/cms/images.phtml
@@ -5,7 +5,7 @@
5
?>
6
<script type="text/x-magento-init">
7
{"*": {
8
- "updateCmsImages": { "ajaxUrl": "<?= $block->getUrl('cloudinary/ajax/updateadminimage') ?>" }
+ "updateCmsImages": { "ajaxUrl": "<?= /* @noEscape */ $block->getUrl('cloudinary/ajax/updateadminimage') ?>" }
9
}}
10
11
</script>
view/adminhtml/web/template/product/free_transform.html
@@ -21,6 +21,7 @@
21
</thead>
22
23
<tbody each="data: elems, as: 'element'" render="" afterRender="afterRender" />
24
+ </tbody>
25
</table>
26
</div>
27
@@ -39,4 +40,4 @@
39
40
</p>
41
<p>
42
Only images are listed - transforms to videos are not yet possible using the Magento module.
-</p>
43
+</p>
0 commit comments