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 1ff99cb commit 709c794Copy full SHA for 709c794
src/app/scripts/components.ts
@@ -2,6 +2,7 @@
2
export interface PitchComponentData {
3
// Name defined in its yaml file.
4
name: string,
5
+ nameDisplay?: string,
6
7
// Description defined in its yaml file.
8
description?: string,
0 commit comments