team23/module-core
最新稳定版本:1.2.0
Composer 安装命令:
composer require team23/module-core
包简介
The Core extension adds a TEAM23 tab with logo to adminhtml system settings.
关键字:
README 文档
README
TEAM23 Core extension for Magento 2
The Core extension adds a TEAM23 tab with logo to adminhtml system settings. This allows grouping of all TEAM23 extensions that provide settings.
Usage
In your custom Magento 2 Extension, add the tab with id team23 to your settings.
For example:
<?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> <section id="your_configuration_id" translate="label" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1"> <label>TEAM23 YOUR EXTENSION</label> <tab>team23</tab> ... </section> </system> </config>
Please make sure your component will be loaded after the Team23_Core extension, by adding a sequence in your
module.xml. Example:
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd"> <module name="Team23_YourExtension"> <sequence> <module name="Team23_Core"/> </sequence> </module> </config>
Installation via Composer
composer require team23/module-core
Now register the module with bin/magento setup:upgrade.
统计信息
- 总下载量: 3.01k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2024-06-11