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.
1 parent 9502417 commit 55b3399Copy full SHA for 55b3399
15/umbraco-cms/reference/umbraco-flavored-markdown.md
@@ -124,7 +124,7 @@ The corresponding JavaScript/TypeScript API would contain a method to render the
124
```js
125
import { UmbUfmComponentBase } from '@umbraco-cms/backoffice/ufm';
126
127
-export class MyCustomUfmComponentApi implements UmbUfmComponentBase {
+export class MyCustomUfmComponentApi extends UmbUfmComponentBase {
128
render(token: Tokens.Generic) {
129
// You could do further regular expression/text processing here!
130
return `<ufm-custom-component text="${token.text}"></ufm-custom-component>`;
0 commit comments