datocms-plugin-sdk 0.7.10 → 0.7.11
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.
- package/dist/esm/connect.d.ts +1 -1
- package/dist/types/connect.d.ts +1 -1
- package/package.json +2 -2
- package/src/connect.ts +1 -1
- package/types.json +658 -658
package/dist/esm/connect.d.ts
CHANGED
|
@@ -194,7 +194,7 @@ export declare type FullConnectParameters = {
|
|
|
194
194
|
* This function will be called when the plugin needs to render a sidebar (see
|
|
195
195
|
* the `itemFormSidebars` function)
|
|
196
196
|
*
|
|
197
|
-
* @tag
|
|
197
|
+
* @tag sidebarPanels
|
|
198
198
|
*/
|
|
199
199
|
renderItemFormSidebar: (sidebarId: string, ctx: RenderItemFormSidebarCtx) => void;
|
|
200
200
|
/**
|
package/dist/types/connect.d.ts
CHANGED
|
@@ -194,7 +194,7 @@ export declare type FullConnectParameters = {
|
|
|
194
194
|
* This function will be called when the plugin needs to render a sidebar (see
|
|
195
195
|
* the `itemFormSidebars` function)
|
|
196
196
|
*
|
|
197
|
-
* @tag
|
|
197
|
+
* @tag sidebarPanels
|
|
198
198
|
*/
|
|
199
199
|
renderItemFormSidebar: (sidebarId: string, ctx: RenderItemFormSidebarCtx) => void;
|
|
200
200
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "datocms-plugin-sdk",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.11",
|
|
4
4
|
"description": "DatoCMS Plugin SDK",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"datocms",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"typedoc": "^0.23.20"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "27eb61998757ac7129bc8561eca5ebaf1f3be166"
|
|
47
47
|
}
|
package/src/connect.ts
CHANGED
|
@@ -311,7 +311,7 @@ export type FullConnectParameters = {
|
|
|
311
311
|
* This function will be called when the plugin needs to render a sidebar (see
|
|
312
312
|
* the `itemFormSidebars` function)
|
|
313
313
|
*
|
|
314
|
-
* @tag
|
|
314
|
+
* @tag sidebarPanels
|
|
315
315
|
*/
|
|
316
316
|
renderItemFormSidebar: (
|
|
317
317
|
sidebarId: string,
|