Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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