Skip to content

Commit

Permalink
Add data service to usage collector types
Browse files Browse the repository at this point in the history
  • Loading branch information
poffdeluxe committed Apr 14, 2021
1 parent 3f57cfc commit a768b3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -436,4 +436,8 @@ export const stackManagementSchema: MakeSchemaFrom<UsageStats> = {
type: 'boolean',
_meta: { description: 'Non-default value of setting.' },
},
'labs:canvas:useDataService': {
type: 'boolean',
_meta: { description: 'Non-default value of setting.' },
},
};
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,5 @@ export interface UsageStats {
'banners:textColor': string;
'banners:backgroundColor': string;
'labs:presentation:unifiedToolbar': boolean;
'labs:canvas:useDataService': boolean;
}

0 comments on commit a768b3b

Please sign in to comment.