fix placeholderText label in form.json files (#3331)

fix placeholderText label in form.json files
This commit is contained in:
Sumit Kumar 2021-03-03 09:33:02 +05:30 committed by GitHub
parent 462379721d
commit e5586a590a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
"configProperty": "datasourceConfiguration.url",
"controlType": "INPUT_TEXT",
"isRequired": true,
"placeholder": "https://your-project-id.firebaseio.com"
"placeholderText": "https://your-project-id.firebaseio.com"
},
{
"label": "Project Id",

View File

@ -44,7 +44,7 @@
"controlType": "KEYVALUE_ARRAY",
"validationMessage": "Please enter a valid host",
"validationRegex": "^((?![/:]).)*$",
"placeholder": "myapp.abcde.mongodb.net"
"placeholderText": "myapp.abcde.mongodb.net"
},
{
"label": "Port",
@ -56,7 +56,7 @@
},
{
"label": "Default Database Name",
"placeholder": "(Optional)",
"placeholderText": "(Optional)",
"configProperty": "datasourceConfiguration.connection.defaultDatabaseName",
"controlType": "INPUT_TEXT"
}