diff --git a/18/umbraco-cms/model-your-content/property-editors/umbraco-flavored-markdown.md b/18/umbraco-cms/model-your-content/property-editors/umbraco-flavored-markdown.md index aaf46482812..35b118ce9ad 100644 --- a/18/umbraco-cms/model-your-content/property-editors/umbraco-flavored-markdown.md +++ b/18/umbraco-cms/model-your-content/property-editors/umbraco-flavored-markdown.md @@ -122,7 +122,6 @@ 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}` | @@ -152,12 +151,6 @@ 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 ``. - #### 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.