Download the PHP package ubermanu/magento2-static-cms without Composer
On this page you can find all versions of the php package ubermanu/magento2-static-cms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ubermanu/magento2-static-cms
More information about ubermanu/magento2-static-cms
Files in ubermanu/magento2-static-cms
Download ubermanu/magento2-static-cms
More information about ubermanu/magento2-static-cms
Files in ubermanu/magento2-static-cms
Vendor ubermanu
Package magento2-static-cms
Short Description Tool for creating static pages and blocks for Magento 2
License MIT
Package magento2-static-cms
Short Description Tool for creating static pages and blocks for Magento 2
License MIT
Please rate this library. Is it a good library?
Informations about the package magento2-static-cms
Magento 2 - Static CMS
Tool for creating static pages and blocks for Magento 2.
Install
composer require ubermanu/magento2-static-cms
Format
The file contains 2 parts: header and content.
Page
Block
Usage
Import a page with static content:
php bin/magento cms:static:import --type page <file>
FrontMatter
The FrontMatter part of the file is optional.
But it's recommended to use it to set the model properties.
Import directories
It's possible using xargs, remember to split your files by type:
find <your-dir> -type f -print0 | xargs -l -0 php bin/magento cms:static:import --type page
All versions of magento2-static-cms with dependencies
PHP Build Version
Package Version
The package ubermanu/magento2-static-cms contains the following files
Loading the files please wait ....