File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,11 +62,11 @@ The following UFM filters are available to use.
6262| Bytes | ` bytes ` | ` {umbValue: umbracoBytes \| bytes} ` |
6363| Fallback | ` fallback ` | ` {umbValue: headline \| fallback:N/A} ` |
6464| Lowercase | ` lowercase ` | ` {umbValue: headline \| lowercase} ` |
65- | Strip HTML | ` strip-html ` | ` {umbValue: bodyText \| strip-html } ` |
66- | Title Case | ` title-case ` | ` {umbValue: headline \| title-case } ` |
65+ | Strip HTML | ` stripHtml ` | ` {umbValue: bodyText \| stripHtml } ` |
66+ | Title Case | ` titleCase ` | ` {umbValue: headline \| titleCase } ` |
6767| Truncate | ` truncate ` | ` {umbValue: intro \| truncate:30:...} ` |
6868| Uppercase | ` uppercase ` | ` {umbValue: headline \| uppercase} ` |
69- | Word Limit | ` word-limit ` | ` {umbValue: intro \| word-limit :15} ` |
69+ | Word Limit | ` wordLimit ` | ` {umbValue: intro \| wordLimit :15} ` |
7070
7171
7272## UFM Expressions (JavaScript-like syntax)
You can’t perform that action at this time.
0 commit comments