Skip to content

Commit

Permalink
Fix links in Blocks. Closes #1559
Browse files Browse the repository at this point in the history
  • Loading branch information
artf committed Nov 3, 2018
1 parent 4013051 commit 9eecc43
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/modules/Blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,9 @@ blockManager.add('the-row-block', {

In the example above you're defining a row component which will accept only elements which match '.row-cell' selector and cells which could be dragged only inside '.row' elements. We're also defining the custom name which will be seen inside the Layers panel.
If you want to check the complete list of available Component's properties, check directly the Component model source:
https://github.com/artf/grapesjs/blob/dev/src/dom_components/model/Component.js
[https://github.com/artf/grapesjs/blob/dev/src/dom_components/model/Component.js](https://github.com/artf/grapesjs/blob/dev/src/dom_components/model/Component.js)


[Component]: <Component>
[Components]: <Components>
[Blocks API]: <API-Block-Manager>

[Component]: </api/component.html>
[Components]: <Components.html>
[Blocks API]: </api/block_manager.html>

0 comments on commit 9eecc43

Please sign in to comment.