Skip to content

Commit cde2745

Browse files
authored
Merge pull request #7081 from BatJan/patch-316244
Add missing import statement for "Tokens"
2 parents a513af3 + 9586231 commit cde2745

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ If you wish to develop your own custom UFM component, you can use the `ufmCompon
127127
The corresponding JavaScript/TypeScript API would contain a method to render the custom label/markup.
128128

129129
```js
130+
import { Tokens } from '@umbraco-cms/backoffice/external/marked';
130131
import { UmbUfmComponentBase } from '@umbraco-cms/backoffice/ufm';
131132

132133
export class MyCustomUfmComponentApi extends UmbUfmComponentBase {

0 commit comments

Comments
 (0)