From 8da4b56d96d12421cf99272876711b4ea8db3232 Mon Sep 17 00:00:00 2001 From: Lanre Smith Date: Tue, 23 Apr 2024 06:03:13 +0100 Subject: [PATCH] Update an anchor link in block-in-the-editor.md (#59527) The old anchor link was no longer valid, hence it's not moving to the right section on the page linked. Co-authored-by: lanresmith Co-authored-by: huzaifaalmesbah Co-authored-by: ajitbohra --- docs/getting-started/fundamentals/block-in-the-editor.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/fundamentals/block-in-the-editor.md b/docs/getting-started/fundamentals/block-in-the-editor.md index 85a6dfe506db3e..f7357def5ec2df 100644 --- a/docs/getting-started/fundamentals/block-in-the-editor.md +++ b/docs/getting-started/fundamentals/block-in-the-editor.md @@ -1,6 +1,6 @@ # The block in the Editor -The Block Editor is a React Single Page Application (SPA). Every block in the Editor is displayed through a React component defined in the `edit` property of the settings object used to [register the block](https://developer.wordpress.org/block-editor/getting-started/fundamentals/registration-of-a-block/#registration-of-the-block-with-javascript-client-side) on the client. +The Block Editor is a React Single Page Application (SPA). Every block in the Editor is displayed through a React component defined in the `edit` property of the settings object used to [register the block](https://developer.wordpress.org/block-editor/getting-started/fundamentals/registration-of-a-block/#registering-a-block-with-javascript-client-side) on the client. The `props` object received by the block's `Edit` React component includes: @@ -164,4 +164,4 @@ Block controls rendered in both the toolbar and sidebar will also be available w - [@wordpress/block-editor](https://developer.wordpress.org/block-editor/reference-guides/packages/packages-block-editor/) - [@wordpress/components](https://developer.wordpress.org/block-editor/reference-guides/packages/packages-components/) - [`InspectorControls`](https://github.com/WordPress/gutenberg/blob/HEAD/packages/block-editor/src/components/inspector-controls/README.md) -- [`BlockControls`](https://github.com/WordPress/gutenberg/tree/trunk/packages/block-editor/src/components/block-controls) \ No newline at end of file +- [`BlockControls`](https://github.com/WordPress/gutenberg/tree/trunk/packages/block-editor/src/components/block-controls)