Skip to content

Conversation

@NguyenThuyLan
Copy link
Contributor

@NguyenThuyLan NguyenThuyLan commented Oct 15, 2025

📋 Description

  • I've added some updates to Block Custom View including: links to tutorial pages and how to register extension types.
  • Edit the description of the Block Custom View in the Extension Type list

Community Docs Project #7501

@eshanrnh
Copy link
Contributor

Thanks @NguyenThuyLan for the PR 🙌 We will review it soon.

Copy link
Contributor

@AndyButland AndyButland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me @LanThuyNguyen apart from a couple of small points made as suggestions. Along with the existing "Custom Views for Block List" article this looks to cover what's needed.

Comment on lines +12 to +13
Before creating a Block Custom View, make sure you are familiar with the [Extension Registry in Umbraco](https://docs.umbraco.com/umbraco-cms/customizing/extending-overview/extension-registry/extension-registry).
You can also refer to the tutorial [Custom Views for Block List](https://docs.umbraco.com/umbraco-cms/tutorials/creating-custom-views-for-blocklist) for a step-by-step guide.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it would be better to use relative links here to the markdown files, e.g. ../extension-registry/register-extensions.md. They will be translated into real links when published on the website. But as markdown links they'll work when previewing in VS Code, as well as being future proof if the domain name would ever change.

Comment on lines +35 to +36
"forContentTypeAlias": "myElementTypeAlias", // insert element type alias here
"forBlockEditor": "block-list" // insert block type here
Copy link
Contributor

@AndyButland AndyButland Oct 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"forContentTypeAlias": "myElementTypeAlias", // insert element type alias here
"forBlockEditor": "block-list" // insert block type here
"forContentTypeAlias": "myElementTypeAlias", // insert element type alias here
"forBlockEditor": "block-list" // insert block type(s) here

Just fixing spacing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants