Skip to content

Commit 30b8e40

Browse files
authored
Merge pull request #7243 from skttl/patch-13
Adds missing UFM filters
2 parents 469f0ad + 53c968a commit 30b8e40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ The following UFM filters are available to use.
5959

6060
| Name | Alias | Example syntax |
6161
| ---------- | ------------ | -------------------------------------- |
62+
| Bytes | `bytes` | `{umbValue: umbracoBytes \| bytes}` |
63+
| Fallback | `fallback` | `{umbValue: headline \| fallback:N/A}` |
6264
| Lowercase | `lowercase` | `{umbValue: headline \| lowercase}` |
6365
| Strip HTML | `strip-html` | `{umbValue: bodyText \| strip-html}` |
6466
| Title Case | `title-case` | `{umbValue: headline \| title-case}` |

0 commit comments

Comments
 (0)