Skip to content

Commit

Permalink
Remove html from the backend tab title
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwi-commerce committed Nov 12, 2019
1 parent d066c5f commit f279b11
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 36 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "kiwicommerce/module-customer-password",
"description": "Magento 2 - Customer Password",
"type": "magento2-module",
"version": "1.0.1",
"version": "1.0.2",
"license": [
"OSL-3.0"
],
Expand Down
2 changes: 1 addition & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
<system>
<tab id="kiwicommerce" sortOrder="9999" translate="label">
<label><![CDATA[<span class="kiwiCommerce-logo">KiwiCommerce Extensions</span>]]></label>
<label><![CDATA[KiwiCommerce Extensions]]></label>
</tab>
<section id="customer_password" showInDefault="1" showInStore="1" showInWebsite="1" sortOrder="10" translate="label">
<label>Customer Password</label>
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="KiwiCommerce_CustomerPassword" setup_version="1.0.1">
<module name="KiwiCommerce_CustomerPassword" setup_version="1.0.2">
<sequence>
<module name="Magento_Customer"/>
</sequence>
Expand Down
14 changes: 0 additions & 14 deletions view/adminhtml/web/css/source/_module.less

This file was deleted.

19 changes: 0 additions & 19 deletions view/adminhtml/web/css/source/module/_menu.less

This file was deleted.

0 comments on commit f279b11

Please sign in to comment.