Skip to content
Snippets Groups Projects
Commit 2bc19b1b authored by Vadim Justus's avatar Vadim Justus
Browse files

Inital commit

parent 04d8e784
Branches
Tags
No related merge requests found
# magento2-content-provisioning # magento2-content-provisioning
Ability to define release/code managed contents (cms pages and blocks) in order to avoid conflicts editors content on production systems Ability to define release/code managed contents (cms pages and blocks) in order to
avoid conflicts editors content on production systems
{
"name": "firegento/magento2-content-provisioning",
"description": "N/A",
"require": {
"php": "~7.1.3||~7.2.0",
"magento/framework": "102.0.*",
"magento/module-cms": "103.0.*",
"magento/module-widget": "101.1.*"
},
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Firegento\\ContentProvisioning\\": ""
}
}
}
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Firegento_ContentProvisioning" setup_version="1.0.0">
<sequence>
<module name="Magento_Cms"/>
</sequence>
</module>
</config>
<?php
declare(strict_types=1);
\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::MODULE,
'Firegento_ContentProvisioning',
__DIR__
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment