grapesjs-blocks-avance
v0.0.32
Published
GrapesJS Plugin to add more blocks and components
Readme
GrapesJS blocks avance
Options
|Option|Description|Default|
|-|-|-
|blocks|Blocks|['grid-items', 'list-items', 'header', 'section', 'footer', 'iframe', 'link-block', 'quote', 'text-basic', 'button'] (all)|
|prefixName|Prefix to blocks name|blocks-advanced|
|gridsCategory|Grids category name|Marketing|
|containerCategory|Containers category name|Containers|
|avanceCategory|Avance category name|Avance|
Usage
<link href="https://unpkg.com/grapesjs/dist/css/grapes.min.css" rel="stylesheet"/>
<script src="https://unpkg.com/grapesjs"></script>
<script src="path/to/grapesjs-blocks-avance.min.js"></script>
<div id="gjs"></div>
<script type="text/javascript">
var editor = grapesjs.init({
container : '#gjs',
...
plugins: ['gjs-blocks-avance'],
});
</script>Development
Clone the repository
$ git clone https://github.com/omarmd1986/grapesjs-blocks-avance.git
$ cd grapesjs-blocks-avanceInstall dependencies
$ npm iThe plugin relies on GrapesJS via peerDependencies so you have to install it manually (without adding it to package.json)
$ npm i grapesjs --no-saveStart the dev server
$ npm startLicense
BSD 3-Clause
