Skip to content

Commit

Permalink
Grammar edit
Browse files Browse the repository at this point in the history
  • Loading branch information
keharper authored Sep 3, 2024
1 parent 6849ab8 commit 0180f99
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/pages/admin-ui-sdk/extension-points/banner-notification.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ bannerNotification: {

| Field | Type | Required | Description |
| --- | --- | --- | --- |
`customer.actionId` | string | Yes | The `actionId` of a customer mass action where banner notification will be customized. It should be the same one that is defined in the customer mass action extension point.
`customer.successMessage` | string | No | The success message to display when mass action is successful. A default message is displayed if this parameter is not defined.
`customer.errorMessage` | string | No | The error message to display when mass action fails. A default message is displayed if this parameter is not defined.
`customer.actionId` | string | Yes | The `actionId` of a customer mass action where a banner notification will be customized. It must match an ID that is defined in the customer mass action extension point.
`customer.successMessage` | string | No | The success message to display when a mass action is successful. A default message is displayed if this parameter is not defined.
`customer.errorMessage` | string | No | The error message to display when a mass action fails. A default message is displayed if this parameter is not defined.
`order.actionId` | string | Yes | The `actionId` of an [order mass action](./order/mass-action.md).
`order.successMessage` | string | No | The success message to display when mass action is successful. A default message is displayed if this parameter is not defined.
`order.errorMessage` | string | No | The error message to display when mass action fails. A default message is displayed if this parameter is not defined.
`order.successMessage` | string | No | The success message to display when a mass action is successful. A default message is displayed if this parameter is not defined.
`order.errorMessage` | string | No | The error message to display when a mass action fails. A default message is displayed if this parameter is not defined.
`product.actionId` | string | Yes | The `actionId` of a [product mass action](./product/mass-action.md).
`product.successMessage` | string | No | The success message to display when mass action is successful. A default message is displayed if this parameter is not defined.
`product.errorMessage` | string | No | The error message to display when mass action fails. A default message is displayed if this parameter is not defined.
`product.successMessage` | string | No | The success message to display when a mass action is successful. A default message is displayed if this parameter is not defined.
`product.errorMessage` | string | No | The error message to display when a mass action fails. A default message is displayed if this parameter is not defined.

### Sample code

Expand Down

0 comments on commit 0180f99

Please sign in to comment.