Skip to content

Commit 644831e

Browse files
committed
Update vendor type
1 parent 8101a14 commit 644831e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/cli/src/lib/setup/setupVendor.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ interface iobVendorFile {
1515
name?: string;
1616
icon?: string;
1717
admin?: {
18-
menu: {
18+
menu?: {
1919
// Settings for left menu
2020
editable?: false; // Hide edit button in menu
2121
'tab-hosts'?: false; // Hide hosts item (See all https://github.com/ioBroker/ioBroker.admin/blob/master/src-rx/src/components/Drawer.js#L142)
@@ -36,14 +36,14 @@ interface iobVendorFile {
3636
'tab-echarts'?: false; // Hide echarts item
3737
[tabName: string]: false | undefined;
3838
};
39-
appBar: {
39+
appBar?: {
4040
discovery?: false;
4141
systemSettings?: false;
4242
toggleTheme?: false;
4343
expertMode?: false;
4444
hostSelector?: false;
4545
};
46-
settings: {
46+
settings?: {
4747
tabConfig?: false; // Main config tab
4848
tabRepositories?: false; // Repositories tab
4949
tabCertificates?: false; // Certificates tab

0 commit comments

Comments
 (0)