We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 469f0ad + 53c968a commit 30b8e40Copy full SHA for 30b8e40
16/umbraco-cms/reference/umbraco-flavored-markdown.md
@@ -59,6 +59,8 @@ The following UFM filters are available to use.
59
60
| Name | Alias | Example syntax |
61
| ---------- | ------------ | -------------------------------------- |
62
+| Bytes | `bytes` | `{umbValue: umbracoBytes \| bytes}` |
63
+| Fallback | `fallback` | `{umbValue: headline \| fallback:N/A}` |
64
| Lowercase | `lowercase` | `{umbValue: headline \| lowercase}` |
65
| Strip HTML | `strip-html` | `{umbValue: bodyText \| strip-html}` |
66
| Title Case | `title-case` | `{umbValue: headline \| title-case}` |
0 commit comments