m2-content-provisioning
m2-content-provisioning copied to clipboard
Configure CMS (pages or block) entries via XML and define how them should be deployed.
**CMS Content File Watcher** As a developer, I would like to work with CMS content in my IDE and when I change them to get them updated in the database...
Implementation for #13
**Idea** In most cases developers create content on the local machine and copy the results from database to the `content_provisioning.xml` in their module. Automate this process would save time and...
**Current Problem** Following the current programming standards of Magento (see https://devdocs.magento.com/guides/v2.3/coding-standards/technical-guidelines.html), causes some duplicate code. E.g. the class `\Firegento\ContentProvisioning\Model\Command\ApplyPageEntry` is pretty similar to `\Firegento\ContentProvisioning\Model\Command\ApplyBlockEntry`. **TODO** An solution must be found,...