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 a07923c commit 2192643Copy full SHA for 2192643
examples/ufm-custom-component/index.ts
@@ -7,6 +7,7 @@ export const manifests: Array<ManifestUfmComponent> = [
7
name: 'Custom UFM Component',
8
api: () => import('./custom-ufm-component.js'),
9
meta: {
10
+ alias: 'myCustomComponent',
11
marker: '%',
12
},
13
0 commit comments