Skip to content

Commit 5204129

Browse files
committed
Enforce the echo value to have a = marker
(it is not optional)
1 parent 865ac68 commit 5204129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/ufm/manifests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const manifests: Array<ManifestUfmComponent> = [
77
name: 'Label Value Markdown Component',
88
api: () => import('./ufm-components/label-value.component.js'),
99
meta: {
10-
marker: '=?',
10+
marker: '=',
1111
},
1212
},
1313
{

0 commit comments

Comments
 (0)