Skip to content

Commit dc703e8

Browse files
committed
Heading amends
1 parent a98d6fd commit dc703e8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ As of Umbraco 15.0.0, the following UFM filters are available to use.
109109

110110
More UFM filters may be available in upcoming Umbraco releases.
111111

112+
113+
### Custom UFM components
114+
112115
If you wish to develop your own custom UFM component, you can use the `ufmComponent` extension type:
113116

114117
```json
@@ -151,7 +154,8 @@ The sanitized markup will be...
151154
- Anchor links will have their target set to `_blank`
152155
- Only web components that have a prefix of `ufm-`, `umb-` or `uui-` will be allowed to render
153156

154-
## Using UFM in your own components
157+
158+
## Rendering UFM in your own components
155159

156160
If you would like to render UFM within your own web components in the Umbraco CMS backoffice, you can use the `umb-ufm-render` component:
157161

0 commit comments

Comments
 (0)