Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ The following UFM components are available to use.
| Label Value | `{umbValue: headline}` |
| Localize | `{umbLocalize: general_name}` |
| Content Name | `{umbContentName: pickerAlias}` |
| Element Name | `{umbElementName: pickerAlias}` |
| Link Title | `{umbLink: pickerAlias}` |
| Form Name | `{umbFormName: formAlias}` |

Expand Down Expand Up @@ -151,6 +152,12 @@ The alias prefix is `umbContentName`. An example of the syntax is `{umbContentNa

The Content Name component supports content-based pickers, such as the Document Picker, Content Picker (formerly known as Multinode Treepicker), and Member Picker. Support for the advanced Media Picker will be available in an upcoming Umbraco release.

#### Element Name

The Element Name component will render the name of an element from the value of a given Element Picker property editor. Multiple values will render the names as a comma-separated list.

The alias prefix is `umbElementName`. An example of the syntax is `{umbElementName: pickerAlias}`, which would render the component as `<ufm-element-name alias="pickerAlias"></ufm-element-name>`.

#### Link Title

The Link Title component will render the title of a link from the value of a given Link Picker property editor. Multiple links will render the titles as a comma-separated list.
Expand Down
Loading