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:
Diffstat (limited to 'src/Configuration/TextField.json')
-rw-r--r--src/Configuration/TextField.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/Configuration/TextField.json b/src/Configuration/TextField.json
new file mode 100644
index 0000000..2e874de
--- /dev/null
+++ b/src/Configuration/TextField.json
@@ -0,0 +1,14 @@
+{
+ "label": {
+ "type": "string",
+ "match": ".+{1,48}"
+ },
+ "type": {
+ "type": "string",
+ "match": "text"
+ },
+ "value": {
+ "type": "string",
+ "match": ".+{1,320}"
+ }
+} \ No newline at end of file