Skip to content

Commit f5b6966

Browse files
authored
Merge pull request #6733 from Ambertvu/ambertvu/block-editor
Removed and updated label description for blocks
2 parents 67cbe87 + 79103c5 commit f5b6966

File tree

2 files changed

+2
-10
lines changed
  • 14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor
  • 15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor

2 files changed

+2
-10
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,7 @@ Customize the user experience for your content editors when they work with the B
7474
* **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.
7575

7676
{% hint style="info" %}
77-
Label example: "My Block \{{myPropertyAlias\}}" will be shown as: "My Block FooBar".
78-
79-
You can also use more advanced expression using AngularJS filters, like `{{myPropertyAlias | limitTo:100}}` or for a property using Richtext editor `{{myPropertyAlias | ncRichText | truncate:true:100}}`. It is also possible to use properties from the Settings model by using `{{$settings.propertyAlias}}`.
80-
81-
Get more tips on how to use AngularJS filters in Umbraco CMS from this community-made [Umbraco AngularJS filter cheat sheet](https://joe.gl/ombek/blog/umbraco-angularjs-filter-cheat-sheet/).
77+
Label example: "My Block \{=myPropertyAlias\}" will be shown as: "My Block FooBar".
8278
{% endhint %}
8379

8480
* **Content model** - Presents the Element Type used as model for the Content section of this Block. This cannot be changed but you can open the Element Type to perform edits or view the properties available. Useful when writing your Label.

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,7 @@ Customize the user experience for your content editors when they work with the B
7474
* **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.
7575

7676
{% hint style="info" %}
77-
Label example: "My Block \{{myPropertyAlias\}}" will be shown as: "My Block FooBar".
78-
79-
You can also use more advanced expression using AngularJS filters, like `{{myPropertyAlias | limitTo:100}}` or for a property using Richtext editor `{{myPropertyAlias | ncRichText | truncate:true:100}}`. It is also possible to use properties from the Settings model by using `{{$settings.propertyAlias}}`.
80-
81-
Get more tips on how to use AngularJS filters in Umbraco CMS from this community-made [Umbraco AngularJS filter cheat sheet](https://joe.gl/ombek/blog/umbraco-angularjs-filter-cheat-sheet/).
77+
Label example: "My Block \{=myPropertyAlias\}" will be shown as: "My Block FooBar".
8278
{% endhint %}
8379

8480
* **Content model** - Presents the Element Type used as model for the Content section of this Block. This cannot be changed but you can open the Element Type to perform edits or view the properties available. Useful when writing your Label.

0 commit comments

Comments
 (0)