Browse Source
Merge pull request #3080 from AadilMehrajBhat/patch-1
[DOCS] fromElement should be disabled while loading templates
pull/3090/head
Artur Arseniev
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
docs/modules/Storage.md
|
|
|
@ -83,6 +83,8 @@ const LandingPage = { |
|
|
|
// ... |
|
|
|
const editor = grapesjs.init({ |
|
|
|
... |
|
|
|
// If set to true, then the content within the wrapper element overrides the following config, |
|
|
|
fromElement: false, |
|
|
|
// The `components` accepts HTML string or a JSON of components |
|
|
|
// Here, at first, we check and use components if are already defined, otherwise |
|
|
|
// the HTML string gonna be used |
|
|
|
|