creativestyle/content-constructor-admin-extension

This package is abandoned and no longer maintained. The author suggests using the creativestyle/magesuite-content-constructor-admin package instead.

Content Constructor Admin Magento 2 Extension

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

This package is auto-updated.

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


README

Add repository to composer.json:

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

Add package to require section:

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

Install with composer.

Enable module using CLI:

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