From d5268df7cb0ccef88bdbc514b4cd5ced5cbf09a5 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Thu, 31 Oct 2024 09:36:16 +0100 Subject: [PATCH 1/2] Removed old link to article that was removed. --- .../built-in-umbraco-property-editors/block-editor/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/README.md b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/README.md index 3d711aad480..88c28db3300 100644 --- a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/README.md +++ b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/README.md @@ -14,10 +14,6 @@ Umbraco CMS currently ships with two Block Editors: the Block List and the Block ## Customizing Block Editors -### [Build custom views for blocks](build-custom-view-for-blocks.md) - -Learn how to create custom views for the blocks used in your Block Grid or Block List property editors. - ### [Configure Block Editor label properties](label-property-configuration.md) Get an overview of available configurations for the label properties. From 798e93de13163c3a50a9623f0ed0be3e570c3022 Mon Sep 17 00:00:00 2001 From: sofietoft Date: Thu, 31 Oct 2024 10:14:53 +0100 Subject: [PATCH 2/2] Update 14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/README.md Co-authored-by: jonat123 <54025331+jonat123@users.noreply.github.com> --- .../built-in-umbraco-property-editors/block-editor/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/README.md b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/README.md index 88c28db3300..9aac2f79f99 100644 --- a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/README.md +++ b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/README.md @@ -13,7 +13,9 @@ Umbraco CMS currently ships with two Block Editors: the Block List and the Block ## [Block Grid](block-grid-editor.md) ## Customizing Block Editors +### [Creating custom views for blocks](https://docs.umbraco.com/umbraco-cms/tutorials/creating-custom-views-for-blocklist) +Learn how to create custom views for the blocks used in your Block Grid or Block List property editors. ### [Configure Block Editor label properties](label-property-configuration.md) Get an overview of available configurations for the label properties.