Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/team23/magento-module-core

TEAM23 Core extension for Magento 2 / Adobe Commerce
https://github.com/team23/magento-module-core

Last synced: about 22 hours ago
JSON representation

TEAM23 Core extension for Magento 2 / Adobe Commerce

Awesome Lists containing this project

README

        

# TEAM23 Core

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



TEAM23 YOUR EXTENSION
team23
...

```

Please make sure your component will be loaded after the `Team23_Core` extension, by adding a sequence in your
`module.xml`. Example:

```xml





```

## Installation via Composer

```bash
composer require team23/module-core
```

Now register the module with `bin/magento setup:upgrade`.