We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b466c commit 5b5768cCopy full SHA for 5b5768c
packages/ui-extensions/docs/surfaces/point-of-sale/reference/apis/storage-api.doc.ts
@@ -52,21 +52,6 @@ const data: ReferenceEntityTemplateSchema = {
52
),
53
},
54
],
55
- exampleGroups: [
56
- {
57
- title: 'Use cases',
58
- examples: [
59
60
- description:
61
- "In this example, we use a Smart Grid Tile to show the contents of the extension's Storage API.",
62
- codeblock: generateCodeBlockForStorageApi(
63
- 'Debugging StorageAPI',
64
- 'debugging-storage-api',
65
- ),
66
- },
67
- ],
68
69
70
71
};
72
0 commit comments