GrapesJS Plugin to add more blocks and components
npm install grapesjs-blocks-avance|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|
``html
`
Clone the repository
`sh`
$ git clone https://github.com/omarmd1986/grapesjs-blocks-avance.git
$ cd grapesjs-blocks-avance
Install dependencies
`sh`
$ npm i
The plugin relies on GrapesJS via peerDependencies so you have to install it manually (without adding it to package.json)
`sh`
$ npm i grapesjs --no-save
Start the dev server
`sh``
$ npm start
BSD 3-Clause