We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c76c422 commit 7bc2ddaCopy full SHA for 7bc2dda
1 file changed
packages/pie-models/src/pie/passage/index.ts
@@ -5,7 +5,7 @@ import {
5
ConfigureMaxImageDimensionsProp,
6
ConfigurePropWithEnabled,
7
EditableHtmlConfigureProp,
8
- EditableHtmlPluginConfigureRequired
+ EditableHtmlPluginConfigureRequired,
9
} from '../ConfigurationProp';
10
11
/**
@@ -57,7 +57,7 @@ export interface PassageConfigure {
57
* Indicates if the settings panel is not available
58
*/
59
settingsPanelDisabled?: boolean;
60
-
+
61
62
* Teacher Instructions configuration
63
@@ -95,4 +95,9 @@ export interface PassageConfigure {
95
label: string;
96
options: ConfigureLanguageOptionsProp[];
97
};
98
-}
99
+ /**
100
+ * ability to include a second passage
101
+ */
102
+ additionalPassage?: ConfigurePropWithEnabled;
103
+}
0 commit comments