Skip to content

Commit

Permalink
Merge pull request #6795 from umbraco/build-block-editor
Browse files Browse the repository at this point in the history
Removed Build a Block editor article
  • Loading branch information
eshanrnh authored Jan 15, 2025
2 parents ff85413 + d2757f6 commit 8fda0e6
Show file tree
Hide file tree
Showing 16 changed files with 4 additions and 1,287 deletions.
2 changes: 1 addition & 1 deletion 10/umbraco-cms/.gitbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ root: ./
redirects:
tutorials/add-azure-active-directory-authentication: tutorials/add-microsoft-entra-id-authentication.md
tutorials/editors-manual/working-with-content/rich-text-editor: tutorials/editors-manual/working-with-content.md

extending/property-editors/build-a-block-editor: fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/README.md
1 change: 0 additions & 1 deletion 10/umbraco-cms/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@
* [Package Manifest](extending/property-editors/package-manifest.md)
* [Property Value Converters](extending/property-editors/property-value-converters.md)
* [Property Actions](extending/property-editors/property-actions.md)
* [Build a Block Editor](extending/property-editors/build-a-block-editor.md)
* [Tracking References](extending/property-editors/tracking.md)
* [Declaring your property editor](extending/property-editors/declaring-your-property-editor.md)
* [Content Picker Value Converter Example](extending/property-editors/full-examples-value-converters.md)
Expand Down
4 changes: 0 additions & 4 deletions 10/umbraco-cms/extending/property-editors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ Convert the stored property data value to a useful object returned by the Publis

Use Property Actions to add additional functionaility to your custom property editors.

## [Build a Block Editor](build-a-block-editor.md)

Learn how to build your own Block Editors.

## [Tracking References](tracking.md)

Learn how to extend Property editors to track entity references inside the property editor.
Expand Down
349 changes: 0 additions & 349 deletions 10/umbraco-cms/extending/property-editors/build-a-block-editor.md

This file was deleted.

1 change: 1 addition & 0 deletions 13/umbraco-cms/.gitbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ redirects:
fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/nested-content: fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-list-editor
tutorials/editors-manual/working-with-content/rich-text-editor: tutorials/editors-manual/working-with-content.md
extending/packages/types-of-packages: extending/packages/README.md
extending/property-editors/build-a-block-editor: fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/README.md
1 change: 0 additions & 1 deletion 13/umbraco-cms/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@
* [Property Editors](extending/property-editors/README.md)
* [Property Value Converters](extending/property-editors/property-value-converters.md)
* [Property Actions](extending/property-editors/property-actions.md)
* [Build a Block Editor](extending/property-editors/build-a-block-editor.md)
* [Tracking References](extending/property-editors/tracking.md)
* [Declaring your property editor](extending/property-editors/declaring-your-property-editor.md)
* [Content Picker Value Converter Example](extending/property-editors/full-examples-value-converters.md)
Expand Down
4 changes: 0 additions & 4 deletions 13/umbraco-cms/extending/property-editors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ Convert the stored property data value to a useful object returned by the Publis

Use Property Actions to add additional functionaility to your custom property editors.

## [Build a Block Editor](build-a-block-editor.md)

Learn how to build your own Block Editors.

## [Tracking References](tracking.md)

Learn how to extend Property editors to track entity references inside the property editor.
Expand Down
Loading

0 comments on commit 8fda0e6

Please sign in to comment.