feat: Add tutorial built-in extension for app (#1381)
This commit is contained in:
@@ -74,6 +74,14 @@ export const BUILT_IN_EXTENSIONS = [
|
|||||||
type: 'builtin',
|
type: 'builtin',
|
||||||
env_keys: [],
|
env_keys: [],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 'tutorial',
|
||||||
|
name: 'Tutorial',
|
||||||
|
description: 'Access interactive tutorials and guides',
|
||||||
|
enabled: false,
|
||||||
|
type: 'builtin',
|
||||||
|
env_keys: [],
|
||||||
|
},
|
||||||
/* TODO re-enable when we have a smoother auth flow {
|
/* TODO re-enable when we have a smoother auth flow {
|
||||||
id: 'google_drive',
|
id: 'google_drive',
|
||||||
name: 'Google Drive',
|
name: 'Google Drive',
|
||||||
|
|||||||
Reference in New Issue
Block a user