From 8c903800c9b567292ebc18bb7e070f79dd1f1e79 Mon Sep 17 00:00:00 2001 From: Harsh Patel Date: Tue, 25 May 2021 09:59:50 +0000 Subject: [PATCH] feat: support placeholder in `globalConfig.json` for oauth fields --- ui/src/main/webapp/schema/schema.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ui/src/main/webapp/schema/schema.json b/ui/src/main/webapp/schema/schema.json index e4cfd783f..e61cdda4e 100644 --- a/ui/src/main/webapp/schema/schema.json +++ b/ui/src/main/webapp/schema/schema.json @@ -940,6 +940,16 @@ }, "encrypted": { "type": "boolean" + }, + "options": { + "type": "object", + "properties": { + "placeholder": { + "type": "string", + "maxLength": 250 + } + }, + "additionalProperties": false } }, "additionalProperties": false