From d2213fd5454b4c994417388633e06b098c7c7145 Mon Sep 17 00:00:00 2001 From: Guilherme Pimenta Date: Fri, 28 Jun 2024 14:19:56 -0300 Subject: [PATCH] set as optional on docs --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 6919872..78ed394 100644 --- a/README.md +++ b/README.md @@ -48,17 +48,17 @@ Directly from unpkg.com # Banner Attributes -| Name | Type | Description | -| ---------------------- | --------------- | --------------------------------------------------------------------------- | -| width | Number | Banner width | -| height | Number | Banner height | -| id | String | The slot ID for this banner | -| category-id* | Optional String | The category ID of the current page | -| category-ids* | Optional String | Comma (,) separated list of category IDs, the item must match all | -| category-disjunctions* | Optional String | Comma (,) separated list of category IDs, the item must match any | -| search-query | Optional String | The search query of the current page | -| location | Optional String | The location for geotargeting | -| new-tab | Boolean | Opens the link in a new tab (defaults to false) | +| Name | Type | Description | +| ---------------------- | ---------------- | --------------------------------------------------------------------------- | +| width | Number | Banner width | +| height | Number | Banner height | +| id | String | The slot ID for this banner | +| category-id* | Optional String | The category ID of the current page | +| category-ids* | Optional String | Comma (,) separated list of category IDs, the item must match all | +| category-disjunctions* | Optional String | Comma (,) separated list of category IDs, the item must match any | +| search-query | Optional String | The search query of the current page | +| location | Optional String | The location for geotargeting | +| new-tab | Optional Boolean | Opens the link in a new tab (defaults to false) | \* Only one of `[category-id, category-ids, category-disjunctions]` must be set. If multiple are set, only the first will be considered, in that order.