We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a772e2a commit bc1f778Copy full SHA for bc1f778
README.md
@@ -21,7 +21,7 @@ Demo: http://grapesjs.com/demo.html
21
| `btnLabel` | Label to the export button | `Export to ZIP` |
22
| `filenamePfx` | ZIP filename prefix | `grapesjs_template` |
23
| `filename` | Use a function to generate the filename, eg. `filename: editor => 'my-file.zip',` | `null` |
24
-| `root` | Use the root object to create the folder structure of your zip, eg. `
+| `root` | Use the root object to create the folder structure of your zip (async functions are supported), eg. `
25
{
26
css: {
27
'style.css': ed => ed.getCss(),
0 commit comments