Skip to content

Commit eb6bb90

Browse files
committed
showModalsInEmbedMode flag added in config
1 parent 05dd7f3 commit eb6bb90

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sdk-config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
"appMashupCaseType": "",
3636

3737
"excludePortals_comment": "Array of specific portals to avoid attempting to load with SDK",
38-
"excludePortals": ["pxExpress", "Developer", "pxPredictionStudio", "pxAdminStudio", "pyCaseWorker", "pyCaseManager7"]
38+
"excludePortals": ["pxExpress", "Developer", "pxPredictionStudio", "pxAdminStudio", "pyCaseWorker", "pyCaseManager7"],
39+
40+
"showModalsInEmbedMode_comment": "If true, modals will be shown in embed mode",
41+
"showModalsInEmbedMode": false
3942
}
4043
}

0 commit comments

Comments
 (0)