Make integration of new groups simpler
Summary: This diff simplifies the way new groups can be added into the Support form. Users will have to just make an entry in constants folder, thats it. It will automatically be added into the support form. Reviewed By: jknoxville Differential Revision: D21257033 fbshipit-source-id: 8823855c7a7732862a964fc17fa7311512b861db
This commit is contained in:
committed by
Facebook GitHub Bot
parent
38186c8995
commit
513414de04
@@ -7,6 +7,8 @@
|
||||
* @format
|
||||
*/
|
||||
|
||||
import {OS} from '../devices/BaseDevice';
|
||||
|
||||
export default Object.freeze({
|
||||
GRAPH_APP_ID: '',
|
||||
GRAPH_CLIENT_TOKEN: '',
|
||||
@@ -29,8 +31,14 @@ export default Object.freeze({
|
||||
FEEDBACK_GROUP_LINK: 'https://github.com/facebook/flipper/issues',
|
||||
|
||||
// Workplace Group ID's
|
||||
LITHO_SUPPORT_GROUP_ID: 0,
|
||||
GRAPHQL_ANDROID_SUPPORT_GROUP_ID: 0,
|
||||
GRAPHQL_IOS_SUPPORT_GROUP_ID: 0,
|
||||
COMPONENTKIT_GROUP_ID: 0,
|
||||
DEFAULT_SUPPORT_GROUP: {
|
||||
name: 'Default Support Group',
|
||||
workplaceGroupID: 0,
|
||||
requiredPlugins: ['Inspector'],
|
||||
defaultPlugins: ['DeviceLogs'],
|
||||
supportedOS: ['Android'] as Array<OS>,
|
||||
deeplinkSuffix: 'default',
|
||||
},
|
||||
|
||||
SUPPORT_GROUPS: [],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user