зеркало из https://github.com/nextcloud/appstore.git
Add dashboard category
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Родитель
c4d3206d5a
Коммит
6e675c0248
|
@ -355,6 +355,7 @@ category
|
|||
* must contain one of the following values:
|
||||
|
||||
* **customization**
|
||||
* **dashboard**
|
||||
* **files**
|
||||
* **games**
|
||||
* **search**
|
||||
|
|
|
@ -341,6 +341,7 @@
|
|||
|
||||
<xs:simpleType name="category">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value="dashboard"/>
|
||||
<xs:enumeration value="security"/>
|
||||
<xs:enumeration value="customization"/>
|
||||
<xs:enumeration value="files"/>
|
||||
|
|
|
@ -129,6 +129,16 @@
|
|||
"master": "workflow"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "core.categorytranslation",
|
||||
"pk": 15,
|
||||
"fields": {
|
||||
"language_code": "en",
|
||||
"name": "Dashboard",
|
||||
"description": "Apps including Nextcloud Dashboard widgets",
|
||||
"master": "dashboard"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "core.category",
|
||||
"pk": "customization",
|
||||
|
@ -232,5 +242,13 @@
|
|||
"created": "2019-11-18T14:20:12Z",
|
||||
"last_modified": "2019-11-18T14:20:12Z"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "core.category",
|
||||
"pk": "dashboard",
|
||||
"fields": {
|
||||
"created": "2020-08-04T15:50:12Z",
|
||||
"last_modified": "2020-08-04T15:50:12Z"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{% trans "Customization" %}
|
||||
{% trans "Themes, layout and UX change apps" %}
|
||||
{% trans "Dashboard" %}
|
||||
{% trans "Apps including Nextcloud Dashboard widgets" %}
|
||||
{% trans "Files" %}
|
||||
{% trans "File management and Files app extension apps" %}
|
||||
{% trans "Games" %}
|
||||
|
|
Загрузка…
Ссылка в новой задаче