Skip to content

Commit

Permalink
fix: add group_control to pluginBaseDL (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
mournfulCoroner authored Apr 12, 2024
1 parent 21dccf4 commit 6a41996
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/shared/units/datalens/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ export const pluginControlBaseDL: PluginBase = {
type: 'control',
};

export const pluginGroupControlBaseDL: PluginBase = {
type: 'group_control',
};

export const pluginWidgetBaseDL: PluginBase = {
type: 'widget',
};
Expand All @@ -17,6 +21,7 @@ const pluginsBaseDL: PluginBase[] = [
{type: 'text'},
pluginControlBaseDL,
pluginWidgetBaseDL,
pluginGroupControlBaseDL,
];

// Используется в DataLens на серверной стороне для формирования параметров и стейта чарта в рассылках
Expand Down

0 comments on commit 6a41996

Please sign in to comment.