creativestyle/content-constructor-admin-extension

此包已被 废弃 并不再维护。作者建议使用 creativestyle/magesuite-content-constructor-admin 包代替。

内容构造器管理员 Magento 2 扩展

安装: 93

依赖: 0

推荐者: 0

安全: 0

星标: 0

关注者: 5

分支: 0

开放问题: 0

语言:CSS

类型:magento2-module

v1.0.0 2018-06-12 17:33 UTC

This package is auto-updated.

Last update: 2019-02-20 19:59:01 UTC


README

将仓库添加到 composer.json 中

"repositories": [
    {
        "type": "vcs",
        "url":  "ssh://git@gitlab.creativestyle.pl/m2c/content-constructor-admin-extension.git"
    }
]

将包添加到 require 部分

"require": {
    "creativestyle/content-constructor-admin-extension": "dev-master@dev"
}

使用 composer 安装

使用 CLI 启用模块

bin/magento module:enable Creativestyle_ContentConstructorAdminExtension
bin/magento setup:upgrade