Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
<system>
<tab id="mageforge" translate="label" sortOrder="200">
<tab id="mageforge" translate="label" sortOrder="200" class="mageforge-tab">
Comment thread
dermatz marked this conversation as resolved.
<label>MageForge</label>
</tab>
<section id="mageforge_inspector" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
Expand Down
7 changes: 7 additions & 0 deletions src/view/adminhtml/layout/default.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<head>
<css src="OpenForgeProject_MageForge::css/styles.css"/>
</head>
</page>
8 changes: 8 additions & 0 deletions src/view/adminhtml/web/css/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.admin__page-nav._collapsed.mageforge-tab .title,
.admin__page-nav._collapsed._show.mageforge-tab .title {
Comment thread
dermatz marked this conversation as resolved.
background-image: url('../images/MageForgeLogo.png');
background-position: 15px center;
background-repeat: no-repeat;
background-size: auto 50%;
text-indent: 35px;
}
Binary file added src/view/adminhtml/web/images/MageForgeLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading