From 113e3baaf4007bce98ec862c05a6a4702454f003 Mon Sep 17 00:00:00 2001 From: Michael Lebreton <42799072+mlebretonFR@users.noreply.github.com> Date: Fri, 30 May 2025 17:15:59 +0200 Subject: [PATCH 1/6] Update block-grid-editor.md --- .../block-editor/block-grid-editor.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-grid-editor.md b/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-grid-editor.md index 07d70e141af..e01342b2c4a 100644 --- a/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-grid-editor.md +++ b/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-grid-editor.md @@ -47,7 +47,7 @@ The Data Type editor allows you to configure the following properties: * **Editor width** - Overwrites the width of the property editor. This field takes any valid CSS value for "max-width". For example: 100% or 800px. * **Grid Columns** - Define the number of columns in your Block Grid. The default is 12 columns. * **Layout Stylesheet** - Replaces the built-in Layout Stylesheet. Additionally, you can retrieve the default layout stylesheet to use as a base for your own inspiration or for writing your own stylesheet. -* **Create Button Label** - Overwrites the label on the Create button. +* **Create Button ** - Overwrites the on the Create button. ## Setup Block Types @@ -71,6 +71,8 @@ Customize the user experience for your content editors when they work with the B * **Label** - Defines a label for the appearance of the Block in the editor. The label can use AngularJS template-string-syntax to display values of properties. +WARNING : The label is also used for search in the "Add Block" dialog (while content edition). If you do not define any label, the search will not work. The search does not fall back to name. Not label = no search. + {% hint style="info" %} Label example: "My Block {=myPropertyAlias}" will be shown as: "My Block FooBar". {% endhint %} From dd13073d5fda71ba54defa85f7210e3d14520ced Mon Sep 17 00:00:00 2001 From: Michael Lebreton <42799072+mlebretonFR@users.noreply.github.com> Date: Fri, 30 May 2025 17:16:26 +0200 Subject: [PATCH 2/6] Update block-list-editor.md --- .../block-editor/block-list-editor.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-list-editor.md b/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-list-editor.md index 4cc0075e30f..d368e975a69 100644 --- a/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-list-editor.md +++ b/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-list-editor.md @@ -50,6 +50,9 @@ Each Block has a set of properties that are optional to configure. They are desc By configuring the properties in the group you can customize the user experience for your content editors when they work with the blocks in the Content section. * **Label** - Define a label for the appearance of the Block in the editor. The label uses [Umbraco Flavoured Markdown](../../../../../reference/umbraco-flavored-markdown.md) to display values of properties. + +WARNING : The label is also used for search in the "Add Block" dialog (while content edition). If you do not define any label, the search will not work. The search does not fall back to name. Not label = no search. + * **Overlay editor size** - Set the size for the Content editor overlay for editing this block. ### Data Models From 08bd088be86849f47c1d3ad6bdd2f9628b09ea8c Mon Sep 17 00:00:00 2001 From: Michael Lebreton <42799072+mlebretonFR@users.noreply.github.com> Date: Fri, 30 May 2025 17:18:30 +0200 Subject: [PATCH 3/6] Update block-grid-editor.md --- .../block-editor/block-grid-editor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-grid-editor.md b/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-grid-editor.md index e01342b2c4a..afd5a12cb79 100644 --- a/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-grid-editor.md +++ b/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-grid-editor.md @@ -47,7 +47,7 @@ The Data Type editor allows you to configure the following properties: * **Editor width** - Overwrites the width of the property editor. This field takes any valid CSS value for "max-width". For example: 100% or 800px. * **Grid Columns** - Define the number of columns in your Block Grid. The default is 12 columns. * **Layout Stylesheet** - Replaces the built-in Layout Stylesheet. Additionally, you can retrieve the default layout stylesheet to use as a base for your own inspiration or for writing your own stylesheet. -* **Create Button ** - Overwrites the on the Create button. +* **Create Button Label** - Overwrites the label on the Create button. ## Setup Block Types From 7bf14b4dec1b667b5be3b1f502b0c55cbde2c0ce Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Tue, 24 Jun 2025 09:25:48 +0200 Subject: [PATCH 4/6] Update 15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-grid-editor.md --- .../block-editor/block-grid-editor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-grid-editor.md b/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-grid-editor.md index afd5a12cb79..b984860999e 100644 --- a/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-grid-editor.md +++ b/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-grid-editor.md @@ -71,7 +71,7 @@ Customize the user experience for your content editors when they work with the B * **Label** - Defines a label for the appearance of the Block in the editor. The label can use AngularJS template-string-syntax to display values of properties. -WARNING : The label is also used for search in the "Add Block" dialog (while content edition). If you do not define any label, the search will not work. The search does not fall back to name. Not label = no search. +This label is also used for search in the **Add Block** dialog during content editing. If no label is defined, the block will not be searchable. The search does not fall back to the block’s name. {% hint style="info" %} Label example: "My Block {=myPropertyAlias}" will be shown as: "My Block FooBar". From 71c7eec3a8e8c5514182457509ff5b10898c422e Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Tue, 24 Jun 2025 09:25:54 +0200 Subject: [PATCH 5/6] Update 15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-list-editor.md --- .../block-editor/block-list-editor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-list-editor.md b/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-list-editor.md index d368e975a69..f4150e0a7a6 100644 --- a/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-list-editor.md +++ b/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-list-editor.md @@ -51,7 +51,7 @@ By configuring the properties in the group you can customize the user experience * **Label** - Define a label for the appearance of the Block in the editor. The label uses [Umbraco Flavoured Markdown](../../../../../reference/umbraco-flavored-markdown.md) to display values of properties. -WARNING : The label is also used for search in the "Add Block" dialog (while content edition). If you do not define any label, the search will not work. The search does not fall back to name. Not label = no search. +This label is also used for search in the “Add Block” dialog during content editing. If no label is defined, the block will not be searchable. The search does not fall back to the block’s name. * **Overlay editor size** - Set the size for the Content editor overlay for editing this block. From e9c6f4ec26cbe481b101e21fd1cec8ce669c0390 Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Tue, 24 Jun 2025 09:28:02 +0200 Subject: [PATCH 6/6] Update 15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-list-editor.md --- .../block-editor/block-list-editor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-list-editor.md b/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-list-editor.md index f4150e0a7a6..e03573f52f2 100644 --- a/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-list-editor.md +++ b/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-list-editor.md @@ -51,7 +51,7 @@ By configuring the properties in the group you can customize the user experience * **Label** - Define a label for the appearance of the Block in the editor. The label uses [Umbraco Flavoured Markdown](../../../../../reference/umbraco-flavored-markdown.md) to display values of properties. -This label is also used for search in the “Add Block” dialog during content editing. If no label is defined, the block will not be searchable. The search does not fall back to the block’s name. +This label is also used for search in the **Add Block** dialog during content editing. If no label is defined, the block will not be searchable. The search does not fall back to the block’s name. * **Overlay editor size** - Set the size for the Content editor overlay for editing this block.