Skip to content

Commit dcb00dc

Browse files
authored
POS: add documentation for 2025-10 QrCode component (#3399)
### Background This PR adds documentation for the QR Code component within the PosBlock component. ### Solution Added the QR Code component to the PosBlock documentation with a description explaining that it renders a QR code when the block is used within a Receipt target. This ensures developers have complete information about available components when using PosBlock. ### 🎩 - Verify the documentation renders correctly in the UI - Confirm the description accurately reflects the QR Code component's functionality ### Checklist - [x] I have 🎩'd these changes - [x] I have updated relevant documentation ### Screenshot ![pos-block.png](https://app.graphite.dev/user-attachments/assets/e09d5c33-23bd-45bd-8443-03e48e726473.png)
2 parents 9dd6cd6 + 967eae3 commit dcb00dc

File tree

1 file changed

+6
-0
lines changed
  • packages/ui-extensions/src/surfaces/point-of-sale/components/PosBlock

1 file changed

+6
-0
lines changed

packages/ui-extensions/src/surfaces/point-of-sale/components/PosBlock/PosBlock.doc.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ const data: ReferenceEntityTemplateSchema = {
1313
description: '',
1414
type: 'PosBlock',
1515
},
16+
{
17+
title: 'QR Code',
18+
description:
19+
'Renders a QR code when the block is used within a Receipt target.',
20+
type: 'QrCode',
21+
},
1622
{
1723
title: 'Slots',
1824
description: '',

0 commit comments

Comments
 (0)