Skip to content

Commit

Permalink
[Documentation]: Connect extend Query Loop documentation (#44699)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras authored Oct 6, 2022
1 parent c1d5686 commit 7f3993f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/how-to-guides/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ It is also possible to modify the behavior of existing blocks or even remove the

Learn more in the [Block Filters](/docs/reference-guides/filters/block-filters.md) section.

Specifically for `Query Loop` block, besides the available filters, there are more ways to extend it and create bespoke versions of it. Learn more in the [Extending the Query Loop block](/docs/how-to-guides/block-tutorial/extending-the-query-loop-block.md) section.

## Extending the Editor UI

Extending the editor UI can be accomplished with the `registerPlugin` API, allowing you to define all your plugin's UI elements in one place.
Expand Down
6 changes: 6 additions & 0 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,12 @@
"markdown_source": "../docs/how-to-guides/block-tutorial/nested-blocks-inner-blocks.md",
"parent": "block-tutorial"
},
{
"title": "Extending the Query Loop block",
"slug": "extending-the-query-loop-block",
"markdown_source": "../docs/how-to-guides/block-tutorial/extending-the-query-loop-block.md",
"parent": "block-tutorial"
},
{
"title": "Development Platform",
"slug": "platform",
Expand Down
3 changes: 3 additions & 0 deletions docs/toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@
},
{
"docs/how-to-guides/block-tutorial/nested-blocks-inner-blocks.md": []
},
{
"docs/how-to-guides/block-tutorial/extending-the-query-loop-block.md": []
}
]
},
Expand Down

0 comments on commit 7f3993f

Please sign in to comment.