creativestyle / content-constructor-admin-extension
Content Constructor Admin Magento 2 Extension
Installs: 93
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
Language:CSS
Type:magento2-module
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