Skip to content

Commit d845492

Browse files
authored
Rename 'Category' to 'Categories' in Listing your package documentation
#7654 The Schema says that it is Categories, whereas the description below it said Category.
1 parent bb4cbb2 commit d845492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

marketplace-and-integrations/marketplace/listing-your-package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The [schema for the JSON file is available](https://marketplace.umbraco.com/umbr
113113
| **AuthorDetails.ImageUrl** | String value | A URL to a headshot or avatar image for the package developer (`.png` or `.jpg`). To use an existing GitHub avatar, use `https://github.com/{username}.png` |
114114
| **AuthorDetails.Contributors** | Array of objects | A collection of key contributors can also be provided, each having a required name and an optional URL. |
115115
| **AuthorDetails.SyncContributorsFromRepository** | Boolean value | If contributors are not explicitly provided, a GitHub repository is available in the 'RepositoryUrl' of the NuGet package. This option is set to `true`; the contributors will be synchronized from the GitHub repo. |
116-
| **Category** | String value | The name of a single category as defined on the marketplace website. The package will be displayed under this category on the website. |
116+
| **Categories** | String value | The name of a single category as defined on the marketplace website. The package will be displayed under this category on the website. |
117117
| **Description** | String value | The package description. If omitted, the Description defined in the NuGet package details will be used. A short paragraph of text is recommended. |
118118
| **DocumentationUrl** | String value | A URL to a the documentation related to the package. |
119119
| **DiscussionForumUrl** | String value | A URL to a discussion forum related to the package. |

0 commit comments

Comments
 (0)