File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -237,6 +237,7 @@ export const COMMAND_REFRESH = 'data-source:refresh'
237237export const COMMAND_PREVIEW_ACTIVATE = 'data-source:preview:activate'
238238export const COMMAND_PREVIEW_DEACTIVATE = 'data-source:preview:deactivate'
239239export const COMMAND_PREVIEW_REFRESH = 'data-source:preview:refresh'
240+ export const COMMAND_ADD_DATA_SOURCE = 'data-source:add'
240241
241242These constants are exported by the API of the plugin, e.g.
242243
Original file line number Diff line number Diff line change 77 COMMAND_PREVIEW_TOGGLE ,
88 PREVIEW_ACTIVATED ,
99 PREVIEW_DEACTIVATED ,
10- COMMAND_ADD_DATA_SOURCE ,
1110} from './types'
1211import { refreshDataSources } from './model/dataSourceManager'
1312import { Editor } from 'grapesjs'
You can’t perform that action at this time.
0 commit comments