sitewards/modules-storestructure

N/A

安装: 0

依赖: 0

建议者: 0

安全: 0

星标: 3

关注者: 2

分支: 0

开放问题: 4

类型:magento2-module

dev-master 2016-12-07 14:11 UTC

This package is not auto-updated.

Last update: 2024-09-23 14:33:51 UTC


README

这是一个针对Magento 2的小型扩展,允许通过配置文件创建商店结构。配置文件应使用YAML格式。

用法

正常安装扩展,之后你应该可以

php bin/magento sitewards:store-structure:setup /path/to/configuration/store-structure.yaml

在这个仓库中查看sample-store-structure.yaml以获取示例配置。

已知问题

  1. 看起来某些关系可能无法通过扩展创建网站的方式创建。请将此工具视为仅用于测试目的。
  2. 清理选项可能会导致数据丢失 - 请谨慎处理并备份 ;)
  3. 扩展与Symphony输出接口不兼容 - 这将在以后进行改进。