Skip to content

Commit

Permalink
update admin panel field URL
Browse files Browse the repository at this point in the history
  • Loading branch information
gosteev committed Jan 22, 2025
1 parent 3b78dab commit 4c4eda9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acid-unit/module-wysiwyg-editor",
"version": "0.1.2",
"version": "0.1.3",
"description": "Add-on for 'HTML Code' Adobe Commerce Pagebuilder element to get back [Show / Hide Editor] button",
"type": "magento2-module",
"require": {
Expand Down
2 changes: 1 addition & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
showInStore="1"
canRestore="1">
<label>Display 'Show / Hide Editor' button for PageBuilder 'HTML Code' Element [🧪 Acid Unit]</label>
<comment><![CDATA[WYSIWYG Editor also can be added to the text or textarea type admin field. More info <a target="_blank" href="https://acid.7prism.com/wysiwyg-editor/">here</a>.]]></comment>
<comment><![CDATA[WYSIWYG Editor also can be added to the text or textarea type admin field. More info <a target="_blank" href="https://acid.7prism.com/module/wysiwyg-editor/">here</a>.]]></comment>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
<depends>
<field id="enabled" negative="1">disabled</field>
Expand Down

0 comments on commit 4c4eda9

Please sign in to comment.