chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
import { IntegrationDefinition } from '@botpress/sdk'
|
||||
import { actionDefinitions } from 'src/definitions/actions'
|
||||
|
||||
export default new IntegrationDefinition({
|
||||
name: 'charts',
|
||||
title: 'Charts',
|
||||
description: 'Easily generate a variety of charts, including line, bar, pie, and scatter plots, etc.',
|
||||
version: '0.2.8',
|
||||
readme: 'hub.md',
|
||||
icon: 'icon.svg',
|
||||
actions: actionDefinitions,
|
||||
secrets: {
|
||||
QUICKCHARTS_API_KEY: {
|
||||
description: 'Quickcharts key',
|
||||
},
|
||||
},
|
||||
__advanced: {
|
||||
useLegacyZuiTransformer: true,
|
||||
},
|
||||
attributes: {
|
||||
category: 'Other',
|
||||
repo: 'botpress',
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user