Skip to content

Commit f700452

Browse files
authored
Merge pull request #7130 from mlebretonFR/main
Explaination about block label AND "Add Block" Dialog search feature.
2 parents c22aa4b + e9c6f4e commit f700452

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-grid-editor.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ Customize the user experience for your content editors when they work with the B
7171

7272
* **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.
7373

74+
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.
75+
7476
{% hint style="info" %}
7577
Label example: "My Block {=myPropertyAlias}" will be shown as: "My Block FooBar".
7678
{% endhint %}

15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-list-editor.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ Each Block has a set of properties that are optional to configure. They are desc
5050
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.
5151

5252
* **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.
53+
54+
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.
55+
5356
* **Overlay editor size** - Set the size for the Content editor overlay for editing this block.
5457

5558
### Data Models

0 commit comments

Comments
 (0)