Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit a0243b1

Browse files
committed
UFM manifest amends
1 parent 85f588a commit a0243b1

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

src/packages/ufm/manifests.ts

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,15 @@ export const manifests: Array<ManifestUfmComponent> = [
44
{
55
type: 'ufmComponent',
66
alias: 'Umb.Markdown.LabelValue',
7-
name: 'Label Value Markdown Component',
7+
name: 'Label Value UFM Component',
88
api: () => import('./ufm-components/label-value.component.js'),
9-
meta: {
10-
marker: '=',
11-
},
9+
meta: { marker: '=' },
1210
},
1311
{
1412
type: 'ufmComponent',
1513
alias: 'Umb.Markdown.Localize',
16-
name: 'Localize Markdown Component',
14+
name: 'Localize UFM Component',
1715
api: () => import('./ufm-components/localize.component.js'),
18-
meta: {
19-
marker: '#',
20-
},
16+
meta: { marker: '#' },
2117
},
2218
];

0 commit comments

Comments
 (0)