Skip to content

Commit b5dcffb

Browse files
committed
Added more clarity around widget picker nav titles
1 parent 40d014b commit b5dcffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hub/apps/develop/widgets/widget-provider-manifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Represents the registration for a single widget.
119119

120120
| Attribute | Type | Required | Description | Default value |
121121
|---|---|---|---|---|
122-
| **Id**| string | Yes | An ID that identifies the widget. Widget provider implementations use this string to determine or specify which of the app's widgets is being referenced for each operation. This string must be unique for all widgets defined within the app manifest file. | N/A |
122+
| **Id**| string | Yes | An ID that identifies the widget. This value is also displayed in the navigation bar of the widget picker. Widget provider implementations use this string to determine or specify which of the app's widgets is being referenced for each operation. This string must be unique for all widgets defined within the app manifest file. | N/A |
123123
| **DisplayName** | string | Yes | The name of the widget that is displayed on the widgets host. | N/A |
124124
| **Description** | string | Yes | Short description of the widget. | N/A |
125125
| **AllowMultiple** | boolean | No | Set to false if only one instance of this widget is supported. This attribute is optional and the default value is true. | true |

0 commit comments

Comments
 (0)