Skip to content

Commit 113e3ba

Browse files
authored
Update block-grid-editor.md
1 parent c1672cf commit 113e3ba

File tree

1 file changed

+3
-1
lines changed
  • 15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The Data Type editor allows you to configure the following properties:
4747
* **Editor width** - Overwrites the width of the property editor. This field takes any valid CSS value for "max-width". For example: 100% or 800px.
4848
* **Grid Columns** - Define the number of columns in your Block Grid. The default is 12 columns.
4949
* **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.
50-
* **Create Button Label** - Overwrites the label on the Create button.
50+
* **Create Button ** - Overwrites the on the Create button.
5151

5252
## Setup Block Types
5353

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

0 commit comments

Comments
 (0)