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
Package info
github.com/creativestyle/content-constructor-admin-extension
Language:CSS
Type:magento2-module
pkg:composer/creativestyle/content-constructor-admin-extension
v1.0.0
2018-06-12 17:33 UTC
Requires
- php: ~5.5.0|~5.6.0|~7.0.0|~7.1.0
- creativestyle/content-constructor: ~1.0.0
- creativestyle/content-constructor-asset-extension: ~1.0.0
- creativestyle/frontend-extension: ~1.0.0
- magento/framework: ^101.0.0
- magento/module-cms: ^102.0.0
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