mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 10:20:02 +07:00
Correct valid app category strings for category in XML
Although the ownCloud App store front-end webGUI has categories "Games" and "Tools" on the left side-bar for users to choose from, the string that goes in the app XML category tag is "game" or "tool".
This commit is contained in:
@@ -139,8 +139,8 @@ Category on the app store. Can be one of the following:
|
||||
|
||||
* multimedia
|
||||
* productivity
|
||||
* games
|
||||
* tools
|
||||
* game
|
||||
* tool
|
||||
|
||||
ocsid
|
||||
-----
|
||||
|
||||
Reference in New Issue
Block a user