Fix custom option support in CMS + update providername in provided profile (#21183)

This commit is contained in:
Cheena Malhotra
2022-11-09 15:50:25 -08:00
committed by GitHub
parent 298cc4676b
commit 3922117771
3 changed files with 20 additions and 13 deletions

View File

@@ -74,6 +74,9 @@ export class CmsConnectionWidget extends ConnectionWidget {
// Login Options
this.addLoginOptions();
// Add Custom connection options
this.addCustomConnectionOptions();
// Connection Name
this.addConnectionNameOptions();