@wix/auto_sdk_data-extension-schema_schemas 1.0.242 → 1.0.243

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20105,6 +20105,8 @@ interface EditorContextProvider {
20105
20105
  moduleConfiguration?: EditorContextProviderModuleConfiguration;
20106
20106
  /** Source-navigation actions this provider exposes */
20107
20107
  actions?: ContextActions;
20108
+ /** Display groups for the context provider, used to group data items in the editor for better UX */
20109
+ displayGroups?: Record<string, DisplayGroupItem>;
20108
20110
  }
20109
20111
  interface EditorContextProviderResources {
20110
20112
  /** The ESM bundle for this component in runtime */