Skip to content

Commit ce246d9

Browse files
committed
Update README.md
1 parent bbe8e39 commit ce246d9

File tree

1 file changed

+19
-20
lines changed

1 file changed

+19
-20
lines changed

README.md

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,14 @@
22

33
## Instalation
44

5-
Require:
6-
75
1. Apply PR https://github.com/mautic/mautic/pull/8892
86

97
2. Copy to plugin/IntegrationsBundle https://github.com/mautic-inc/plugin-integrations + PR https://github.com/mautic-inc/plugin-integrations/pull/76
108

11-
3. Copy to plugins/GrapesJsBuilderBundle this bundle
9+
3. Copy to plugins/GrapesJsBuilderBundle actual version of GrapeJS bundle https://github.com/Webmecanik/plugin-grapesjs-builder/archive/master.zip
1210

1311
4. Remove cache
1412

15-
1613
## Setup
1714

1815
1. Got to plugins
@@ -27,33 +24,35 @@ Require:
2724

2825
## MJML support
2926

30-
GrapeJS plugin introduce also support for [MJML](https://mjml.io/) language. Just [create template](https://developer.mautic.org/#themes) as usual, just add to template `email.mjml.tpl` file with properly MJML syntax.
27+
GrapeJS plugin introduce also support for [MJML](https://mjml.io/) language. Just [create template](https://developer.mautic.org/#themes) as usual and add to template `email.mjml.tpl` file with properly MJML syntax.
3128

32-
You can use our Blank MJML template
29+
You can use our Blank MJML template to good start
3330

3431
[blank_mjml.zip](https://github.com/Webmecanik/plugin-grapesjs-builder/files/4757520/blank_mjml.zip)
3532

36-
## Dependencies
37-
38-
This plugin use following GrapesJS plugin:
39-
40-
- Custom for Mautic : https://github.com/Webmecanik/grapesjs-preset-mautic
41-
- Builder email MJML : https://github.com/artf/grapesjs-mjml
42-
- Builder email HTML : https://github.com/artf/grapesjs-preset-newsletter
43-
- Builder page HTML : https://github.com/artf/grapesjs-preset-webpage
44-
- Parser CSS : https://github.com/artf/grapesjs-parser-postcss
45-
46-
If you need to update it, codes are in the `plguin/GrapesJsBuilderBundle/Assets/js` folder.
47-
4833
## Support
4934

5035
Use Github issues for reporting and discuss more about this plugin
5136

5237
## Contribution
5338

54-
Every contributions are welcome. Create pull requests and we will review it soon as possible.
39+
Create pull requests and we will review it soon as possible.
5540

5641
## Know issues
5742

5843
- Dynamic Content is not supported for MJML version of builder
59-
- Edit button text by Delete/Backspace is not working
44+
- Edit button text by Delete/Backspace is not working
45+
46+
Contributions are welcome.
47+
48+
## Dependencies
49+
50+
This plugin use following GrapesJS plugin:
51+
52+
- Custom for Mautic : https://github.com/Webmecanik/grapesjs-preset-mautic
53+
- Builder email MJML : https://github.com/artf/grapesjs-mjml
54+
- Builder email HTML : https://github.com/artf/grapesjs-preset-newsletter
55+
- Builder page HTML : https://github.com/artf/grapesjs-preset-webpage
56+
- Parser CSS : https://github.com/artf/grapesjs-parser-postcss
57+
58+
If you need to update it, codes are in the `plguin/GrapesJsBuilderBundle/Assets/js` folder.

0 commit comments

Comments
 (0)