Rename file category id #870

This commit is contained in:
dkhamsing 2020-07-31 07:37:09 -07:00
parent aa23acfe96
commit 5934d6b4ab
1 changed files with 9 additions and 8 deletions

View File

@ -84,8 +84,9 @@
"parent": "extension" "parent": "extension"
}, },
{ {
"title": "Files", "title": "File",
"id": "files" "id": "file",
"description": "File Management"
}, },
{ {
"title": "Finance", "title": "Finance",
@ -6572,7 +6573,7 @@
{ {
"title": "ownCloud", "title": "ownCloud",
"category-ids": [ "category-ids": [
"files" "file"
], ],
"tags": [ "tags": [
"swift", "swift",
@ -9730,7 +9731,7 @@
{ {
"title": "Seafile Pro", "title": "Seafile Pro",
"category-ids": [ "category-ids": [
"files" "file"
], ],
"tags": [ "tags": [
"objc" "objc"
@ -16102,7 +16103,7 @@
{ {
"title": "Cozy Drive", "title": "Cozy Drive",
"category-ids": [ "category-ids": [
"files" "file"
], ],
"tags": [ "tags": [
"javascript", "javascript",
@ -16298,7 +16299,7 @@
{ {
"title": "Nextcloud", "title": "Nextcloud",
"category-ids": [ "category-ids": [
"files", "file",
"official" "official"
], ],
"description": "A safe home for all your data", "description": "A safe home for all your data",
@ -16429,7 +16430,7 @@
{ {
"title": "Local Storage", "title": "Local Storage",
"category-ids": [ "category-ids": [
"files" "file"
], ],
"description": "Save files on your device, visualize storage use, unzip, hash", "description": "Save files on your device, visualize storage use, unzip, hash",
"source": "https://github.com/geberl/swift-localstorage", "source": "https://github.com/geberl/swift-localstorage",
@ -17522,7 +17523,7 @@
{ {
"title": "FileExplorer", "title": "FileExplorer",
"category-ids": [ "category-ids": [
"files" "file"
], ],
"description": "Powerful file browser that allows its users to choose and remove files and/or directories", "description": "Powerful file browser that allows its users to choose and remove files and/or directories",
"source": "https://github.com/Augustyniak/FileExplorer", "source": "https://github.com/Augustyniak/FileExplorer",