Files
Umbraco-CMS/src/Umbraco.Web.UI.Client/examples/ufm-custom-component
Warren Buckley 540f829a2f Fixes duplicate alias that fails npm run compile
Fixes issue when running `npm run compile`

```
examples/ufm-custom-component/index.ts:12:4 - error TS1117: An object literal cannot have multiple properties with the same name.

12    alias: 'myCustomComponent',
      ~~~~~


Found 1 error in examples/ufm-custom-component/index.ts:12
```
2024-11-06 19:35:38 +00:00
..

UFM Custom Component

This example demonstrates how to write a custom Umbraco-Flavored Markdown (UFM) component.

https://docs.umbraco.com/umbraco-cms/reference/umbraco-flavored-markdown#custom-ufm-components