Skip to content

Commit 709c794

Browse files
committed
Implement display name
1 parent 1ff99cb commit 709c794

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/scripts/components.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
export interface PitchComponentData {
33
// Name defined in its yaml file.
44
name: string,
5+
nameDisplay?: string,
56

67
// Description defined in its yaml file.
78
description?: string,

0 commit comments

Comments
 (0)