phoenixconnection / brands
Listado de marcas
Package info
github.com/dualklip/magento-2-brands
Type:magento2-module
pkg:composer/phoenixconnection/brands
1.2.1
2019-04-01 12:12 UTC
Requires
- php: ^7.1
This package is auto-updated.
Last update: 2026-04-05 00:38:27 UTC
README
#Magento 2 Brands Manager
This is a Magento 2 module made to manage brands in two ways.
- This offer you a new module in the control panel allowing to manage the brands with a view list where you can add, edit or delete the brands. This brands only have a title, description & logo.
- A block can be added to your frontend view with a carousel integrated that show the brands logos.
How to add the block to your template
<?xml version="1.0"?> <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <referenceContainer name="main.content" htmlTag="main" htmlClass="page-main-full-width" /> ... <block class="PhoenixConnection\Brands\Block\Index" name="phoenix_connection_brands" template="PhoenixConnection_Brands::brands.phtml"/> ... </body> </page>
This Readme.md has been made with Pandao MEditor