diff --git a/16/umbraco-cms/reference/umbraco-flavored-markdown.md b/16/umbraco-cms/reference/umbraco-flavored-markdown.md index b362d027ba2..cf82ead0c5c 100644 --- a/16/umbraco-cms/reference/umbraco-flavored-markdown.md +++ b/16/umbraco-cms/reference/umbraco-flavored-markdown.md @@ -75,6 +75,7 @@ The following UFM components are available to use. * Label Value * Localize * Content Name +* Link Title More UFM components will be available in upcoming Umbraco releases. @@ -98,10 +99,16 @@ Similarly, for brevity and backwards-compatibility, the `#` marker prefix can be 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. -The alias prefix is `umbContentName` An example of the syntax is `{umbContentName: pickerAlias}`, which would render the component as ``. +The alias prefix is `umbContentName`. An example of the syntax is `{umbContentName: pickerAlias}`, which would render the component as ``. 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. +#### 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. + +The alias prefix is `umbLink`. An example of the syntax is `{umbLink: pickerAlias}`, which would render the component as ``. + ### Custom UFM components If you wish to develop your own custom UFM component, you can use the `ufmComponent` extension type: