Skip to content

Commit

Permalink
Up README
Browse files Browse the repository at this point in the history
  • Loading branch information
artf committed Jun 12, 2023
1 parent d4d834b commit 29ae7fe
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This plugin adds the Flexbox block which allows creating easily flexible and res

## Summary

* Plugin name: `gjs-blocks-flexbox`
* Plugin name: `grapesjs-blocks-flexbox`
* Blocks
* `flexbox`

Expand Down Expand Up @@ -35,7 +35,7 @@ This plugin adds the Flexbox block which allows creating easily flexible and res
* NPM
* `npm i grapesjs-blocks-flexbox`
* GIT
* `git clone https://github.com/artf/grapesjs-blocks-flexbox.git`
* `git clone https://github.com/GrapesJS/blocks-flexbox.git`



Expand All @@ -54,9 +54,9 @@ This plugin adds the Flexbox block which allows creating easily flexible and res
var editor = grapesjs.init({
container : '#gjs',
...
plugins: ['gjs-blocks-flexbox'],
plugins: ['grapesjs-blocks-flexbox'],
pluginsOpts: {
'gjs-blocks-flexbox': {
'grapesjs-blocks-flexbox': {
// options
}
}
Expand All @@ -73,8 +73,8 @@ This plugin adds the Flexbox block which allows creating easily flexible and res
Clone the repository

```sh
$ git clone https://github.com/artf/grapesjs-blocks-flexbox.git
$ cd grapesjs-blocks-flexbox
$ git clone https://github.com/GrapesJS/blocks-flexbox.git
$ cd blocks-flexbox
```

Install dependencies
Expand All @@ -83,12 +83,6 @@ Install dependencies
$ 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
Expand Down

0 comments on commit 29ae7fe

Please sign in to comment.