Skip to content

Commit 7bc2dda

Browse files
committed
feat(passage): add new config property to documentationPD-4040
1 parent c76c422 commit 7bc2dda

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

  • packages/pie-models/src/pie/passage

packages/pie-models/src/pie/passage/index.ts

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
ConfigureMaxImageDimensionsProp,
66
ConfigurePropWithEnabled,
77
EditableHtmlConfigureProp,
8-
EditableHtmlPluginConfigureRequired
8+
EditableHtmlPluginConfigureRequired,
99
} from '../ConfigurationProp';
1010

1111
/**
@@ -57,7 +57,7 @@ export interface PassageConfigure {
5757
* Indicates if the settings panel is not available
5858
*/
5959
settingsPanelDisabled?: boolean;
60-
60+
6161
/**
6262
* Teacher Instructions configuration
6363
*/
@@ -95,4 +95,9 @@ export interface PassageConfigure {
9595
label: string;
9696
options: ConfigureLanguageOptionsProp[];
9797
};
98-
}
98+
99+
/**
100+
* ability to include a second passage
101+
*/
102+
additionalPassage?: ConfigurePropWithEnabled;
103+
}

0 commit comments

Comments
 (0)