datocms-plugin-sdk 0.5.0 → 0.5.3

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.
@@ -83,7 +83,7 @@ export declare type FullConnectParameters = {
83
83
  * Use this function to declare custom outlets to be shown at the top of the
84
84
  * record's editing page
85
85
  *
86
- * @group sidebarPanels
86
+ * @group itemFormOutlets
87
87
  */
88
88
  itemFormOutlets: (itemType: ModelBlock, ctx: IntentCtx) => ItemFormOutlet[];
89
89
  /**
@@ -140,7 +140,7 @@ export declare type FullConnectParameters = {
140
140
  * This function will be called when the plugin needs to render an outlet (see
141
141
  * the `itemFormOutlets` function)
142
142
  *
143
- * @group sidebarPanels
143
+ * @group itemFormOutlets
144
144
  */
145
145
  renderItemFormOutlet: (itemFormOutletId: string, ctx: RenderItemFormOutletCtx) => void;
146
146
  /**
@@ -209,7 +209,7 @@ export declare type ItemFormOutlet = {
209
209
  * value you choose might clash with the one of another plugin!
210
210
  */
211
211
  rank?: number;
212
- /** The initial height to set for the iframe that will render the sidebar panel */
212
+ /** The initial height to set for the iframe that will render the outlet */
213
213
  initialHeight?: number;
214
214
  };
215
215
  /** A field editor/sidebar forced on a field */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datocms-plugin-sdk",
3
- "version": "0.5.0",
3
+ "version": "0.5.3",
4
4
  "description": "DatoCMS Plugin SDK",
5
5
  "keywords": [
6
6
  "datocms",
@@ -43,5 +43,5 @@
43
43
  "devDependencies": {
44
44
  "typedoc": "^0.22.8"
45
45
  },
46
- "gitHead": "2d2b65bb450ef963f6bf088c2ea70f9b6c2da214"
46
+ "gitHead": "9eb83096fe166cc59d3c9713b337e97a71fcf5bb"
47
47
  }