Browse Source
Fix plugins link on modules/Components.md (#1976)
Fix plugins link on modules/Components.md
pull/2031/head
Artur Arseniev
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/modules/Components.md
|
|
|
@ -440,5 +440,5 @@ Solution 1: turn off `autorender` |
|
|
|
editor.render(); |
|
|
|
</script> |
|
|
|
``` |
|
|
|
Solution 2: put all the stuff inside a plugin ([Creating plugins](https://github.com/artf/grapesjs/wiki/Creating-plugins)) |
|
|
|
Solution 2: put all the stuff inside a plugin ([Creating plugins](Plugins.html)) |
|
|
|
|
|
|
|
|