Skip to content

Commit

Permalink
Update README for useCustomTheme
Browse files Browse the repository at this point in the history
  • Loading branch information
artf committed Sep 14, 2022
1 parent 2a7acce commit 937533f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
| `importViewerOptions` | Code viewer (eg. CodeMirror) options | `{}` |
| `textCleanCanvas` | Confirm text before cleaning the canvas | `'Are you sure to clean the canvas?'` |
| `showStylesOnChange` | Show the Style Manager on component change | `true` |
| `useCustomTheme` | Load custom preset theme | `true` |

## Download

Expand All @@ -46,7 +47,6 @@
Directly in the browser
```html
<link href="path/to/grapes.min.css" rel="stylesheet"/>
<link href="path/to/grapesjs-preset-webpage.min.css" rel="stylesheet"/>
<script src="path/to/grapes.min.js"></script>
<script src="path/to/grapesjs-preset-webpage.min.js"></script>

Expand Down

0 comments on commit 937533f

Please sign in to comment.