Skip to content
This repository has been archived by the owner on Jul 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3 from JSchlarb/master
Browse files Browse the repository at this point in the history
Changed config tab to Magenerds
  • Loading branch information
sydekumf authored Feb 19, 2017
2 parents e3df1cf + 32ac8dc commit 9bd3715
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
<system>
<tab id="Magenerds" translate="label" sortOrder="1000">
<label>Magenerds</label>
</tab>
<section id="magenerds_ldap" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="0"
showInStore="0">
<label>Ldap</label>
<tab>advanced</tab>
<tab>Magenerds</tab>
<resource>Magenerds_Ldap::config</resource>
<group id="server" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="0"
showInStore="0" canRestore="0">
Expand Down Expand Up @@ -85,7 +88,7 @@
<field id="role" translate="label" type="select" sortOrder="110" showInDefault="1" showInWebsite="0"
showInStore="0" canRestore="1">
<label>Default Role</label>
<source_model>Magenerds\Ldap\System\Model\Config\RoleConfiguration</source_model>
<source_model>Magenerds\Ldap\Model\System\Config\RoleConfiguration</source_model>
</field>
<field id="user_filter" translate="label" type="text" sortOrder="120" showInDefault="1"
showInWebsite="0" showInStore="0" canRestore="1">
Expand Down
1 change: 1 addition & 0 deletions i18n/en_US.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"Magenerds","Magenerds"
"Ldap","Ldap"
"Server","Server"
"Host","Host"
Expand Down

0 comments on commit 9bd3715

Please sign in to comment.