From 8adbb304452efb2d328c987be43e8e5aa81dd081 Mon Sep 17 00:00:00 2001 From: JuanMa Garrido Date: Fri, 14 Apr 2023 12:43:11 +0200 Subject: [PATCH 1/3] naming adjustments for block editor parts --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 602b42e6dc279..aeb31a9e916e7 100644 --- a/docs/README.md +++ b/docs/README.md @@ -10,9 +10,9 @@ The editor consists of several primary elements, as shown in the following figur The elements highlighted in the figure are: -1. **Inserter**: A panel for inserting blocks into the content canvas +1. **Block Inserter**: A panel for inserting blocks into the content canvas 2. **Content canvas**: The content editor, which holds content created with blocks -3. **Settings sidebar.**: A sidebar panel for configuring a block’s settings (among other things) +3. **Block Inspector (Settings sidebar)**: A panel for configuring the selected block’s settings (as a tab of the Settings sidebar) Through the Block editor, you create content modularly using Blocks. There are a number of [core blocks](https://developer.wordpress.org/block-editor/reference-guides/core-blocks/) ready to be used, and you can also [create your own custom block](https://developer.wordpress.org/block-editor/getting-started/create-block/). From f6156e8b914d77b71172f573ba35b73693acaec8 Mon Sep 17 00:00:00 2001 From: JuanMa Garrido Date: Fri, 14 Apr 2023 12:53:09 +0200 Subject: [PATCH 2/3] uppercase adjustments to improve readability --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index aeb31a9e916e7..90af59cd0d58a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -11,8 +11,8 @@ The editor consists of several primary elements, as shown in the following figur The elements highlighted in the figure are: 1. **Block Inserter**: A panel for inserting blocks into the content canvas -2. **Content canvas**: The content editor, which holds content created with blocks -3. **Block Inspector (Settings sidebar)**: A panel for configuring the selected block’s settings (as a tab of the Settings sidebar) +2. **Content Canvas**: The content editor, which holds content created with blocks +3. **Block Inspector (settings sidebar)**: A panel for configuring the selected block’s settings (as a tab of the settings sidebar) Through the Block editor, you create content modularly using Blocks. There are a number of [core blocks](https://developer.wordpress.org/block-editor/reference-guides/core-blocks/) ready to be used, and you can also [create your own custom block](https://developer.wordpress.org/block-editor/getting-started/create-block/). From df20e3040edc9b20f7cf109179463e7df880fb38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor?= <27339341+priethor@users.noreply.github.com> Date: Fri, 14 Apr 2023 16:17:06 +0200 Subject: [PATCH 3/3] Updates the sidebar inspector naming and description --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 90af59cd0d58a..00392d0aba478 100644 --- a/docs/README.md +++ b/docs/README.md @@ -12,7 +12,7 @@ The elements highlighted in the figure are: 1. **Block Inserter**: A panel for inserting blocks into the content canvas 2. **Content Canvas**: The content editor, which holds content created with blocks -3. **Block Inspector (settings sidebar)**: A panel for configuring the selected block’s settings (as a tab of the settings sidebar) +3. **Sidebar Inspector **: A sidebar containing different setting options, like the Block, Post, and Styles Inspectors, depending on the editor's context. Through the Block editor, you create content modularly using Blocks. There are a number of [core blocks](https://developer.wordpress.org/block-editor/reference-guides/core-blocks/) ready to be used, and you can also [create your own custom block](https://developer.wordpress.org/block-editor/getting-started/create-block/). @@ -71,4 +71,4 @@ This handbook should be considered the canonical resource for all things related - [/apis](https://developer.wordpress.org/apis) - Common APIs Handbook - [/advanced-administration](https://developer.wordpress.org/advanced-administration) - WP Advanced Administration Handbook - [/rest-api](https://developer.wordpress.org/rest-api/) - REST API Handbook -- [/coding-standards](https://developer.wordpress.org/coding-standards) - Best practices for WordPress developers \ No newline at end of file +- [/coding-standards](https://developer.wordpress.org/coding-standards) - Best practices for WordPress developers