Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.mdns.eu/nextcloud/passwords-client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius David Wieschollek <passwords.public@mdns.eu>2020-01-12 16:35:27 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2020-01-12 16:35:27 +0300
commitfb64c8ef38c58b7aed0dd0baa5e3bcfd0a6b71db (patch)
treef61b0900ef43999dd99edfdf4b25c82af8fb0426 /src/Configuration/Password.json
parentbec6dbc75068688fc9f4d1d02c975f394c529832 (diff)
Add basic configuration for folder and tags
Signed-off-by: Marius David Wieschollek <passwords.public@mdns.eu>
Diffstat (limited to 'src/Configuration/Password.json')
-rw-r--r--src/Configuration/Password.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Configuration/Password.json b/src/Configuration/Password.json
index 0ad555a..16f0648 100644
--- a/src/Configuration/Password.json
+++ b/src/Configuration/Password.json
@@ -3,6 +3,10 @@
"type": "string",
"match": ""
},
+ "revision": {
+ "type": "string",
+ "match": ""
+ },
"label": {
"type": "string",
"match": ".+{1,64}"
@@ -43,10 +47,6 @@
"type": "string",
"match": ""
},
- "revision": {
- "type": "string",
- "match": ""
- },
"share": {
"type": ["null", "string", "json"],
"validate": "Share"