Skip to content

Commit 662e842

Browse files
committed
Update README
1 parent 710d1da commit 662e842

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

README.md

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This preset configures GrapesJS to be used as a Newsletter Builder with some uni
44

55
[Demo](http://grapesjs.com/demo-newsletter-editor.html)
66

7+
8+
> The demo might include external plugins, you can check the full demo code [here](https://github.com/grapesjs/grapesjs/blob/gh-pages/demo-newsletter-editor.html).
9+
710
<p align="center"><img src="http://grapesjs.com/img/grapesjs-preset-newsletter.jpg" alt="GrapesJS" width="500" align="center"/></p>
811
<br/>
912

@@ -12,22 +15,22 @@ This preset configures GrapesJS to be used as a Newsletter Builder with some uni
1215

1316
* Plugin name: **`grapesjs-preset-newsletter`**
1417
* Commands
15-
- `gjs-get-inlined-html` Get html with inlined CSS
16-
- `gjs-open-import-template` Opens a modal for the import
17-
- `gjs-toggle-images` Enable/Disable images
18+
* `gjs-get-inlined-html` Get html with inlined CSS
19+
* `gjs-open-import-template` Opens a modal for the import
20+
* `gjs-toggle-images` Enable/Disable images
1821
* Blocks
19-
- `sect100` A section with 1 100% cell inside
20-
- `sect50` A section with 2 50% cells inside
21-
- `sect30` A section with 3 33.3333% cells inside
22-
- `sect37` A section with 2 cells inside: 30% and 70%
23-
- `button` Simple button
24-
- `divider` Divider block
25-
- `text` Simple text component
26-
- `text-sect` A block with 2 text components, respectively for the heading and paragraph
27-
- `image` Simple image component
28-
- `quote` Text component for quotes
29-
- `grid-items` Block of 2 components in row
30-
- `list-items` List of 2 components
22+
* `sect100` A section with 1 100% cell inside
23+
* `sect50` A section with 2 50% cells inside
24+
* `sect30` A section with 3 33.3333% cells inside
25+
* `sect37` A section with 2 cells inside: 30% and 70%
26+
* `button` Simple button
27+
* `divider` Divider block
28+
* `text` Simple text component
29+
* `text-sect` A block with 2 text components, respectively for the heading and paragraph
30+
* `image` Simple image component
31+
* `quote` Text component for quotes
32+
* `grid-items` Block of 2 components in row
33+
* `list-items` List of 2 components
3134

3235

3336

0 commit comments

Comments
 (0)