feat: platform definition added for additional settings components (#3503)

This commit is contained in:
Anwarul Islam
2023-11-29 22:12:51 +06:00
committed by GitHub
parent a93758c6b7
commit 8f1ca6e282
4 changed files with 31 additions and 2 deletions

View File

@@ -38,4 +38,14 @@ export type UIPlatformDef = {
* Additional Support Options menu items shown in the app header
*/
additionalSupportOptionsMenuItems?: HoppSupportOptionsMenuItem[]
/**
* Additional Settings Section components in the settings page
*/
additionalSettingsSections?: Component[]
/**
* Additional profile Section components in the profile page
*/
additionalProfileSections?: Component[]
}