品牌列表

安装: 36

依赖: 0

建议者: 0

安全: 0

星标: 1

关注者: 3

分支: 0

开放问题: 0

类型:magento2-module

1.2.1 2019-04-01 12:12 UTC

This package is auto-updated.

Last update: 2024-09-04 21:25:23 UTC


README

# Magento 2 品牌管理器

这是一个为管理品牌而设计的 Magento 2 模块,支持两种管理方式。

  1. 这个模块提供了一个新的控制面板模块,允许您以列表视图的方式管理品牌,您可以添加、编辑或删除品牌。这些品牌只有标题、描述和logo。
  2. 您可以将一个带有集成轮播图的区块添加到前端视图,以展示品牌logo。
如何将区块添加到模板
<?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