Skip to content

Commit 469f0ad

Browse files
authored
Merge pull request #7242 from skttl/patch-12
Adds info about umbLink UFM component
2 parents e0816bd + 9b4acc1 commit 469f0ad

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

16/umbraco-cms/reference/umbraco-flavored-markdown.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ The following UFM components are available to use.
7575
* Label Value
7676
* Localize
7777
* Content Name
78+
* Link Title
7879

7980
More UFM components will be available in upcoming Umbraco releases.
8081

@@ -98,10 +99,16 @@ Similarly, for brevity and backwards-compatibility, the `#` marker prefix can be
9899

99100
The Content Name component will render the name of a content item, (either Document, Media or Member), from the value of a given property alias. Multiple values will render the names as a comma-separated list.
100101

101-
The alias prefix is `umbContentName` An example of the syntax is `{umbContentName: pickerAlias}`, which would render the component as `<ufm-content-name alias="pickerAlias"></ufm-content-name>`.
102+
The alias prefix is `umbContentName`. An example of the syntax is `{umbContentName: pickerAlias}`, which would render the component as `<ufm-content-name alias="pickerAlias"></ufm-content-name>`.
102103

103104
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.
104105

106+
#### Link Title
107+
108+
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.
109+
110+
The alias prefix is `umbLink`. An example of the syntax is `{umbLink: pickerAlias}`, which would render the component as `<ufm-link alias="pickerAlias"></ufm-link>`.
111+
105112
### Custom UFM components
106113

107114
If you wish to develop your own custom UFM component, you can use the `ufmComponent` extension type:

0 commit comments

Comments
 (0)