Skip to content

Commit 43ed67d

Browse files
author
Igor Drobiazko
committed
API key text field note
1 parent 105f6d9 commit 43ed67d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
}
2020

2121
dependencies {
22-
compile "io.elastic:sailor-jvm:2.0.0"
22+
compile "io.elastic:sailor-jvm:2.0.1-SNAPSHOT"
2323
compile "org.glassfish.jersey.core:jersey-client:2.25.1"
2424
compile "org.glassfish.jersey.media:jersey-media-json-processing:2.25.1"
2525
}

component.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"apiKey": {
88
"label": "API key",
99
"required": true,
10-
"viewClass": "TextFieldView"
10+
"viewClass": "TextFieldWithNoteView",
11+
"note": "Please use <b>elasticio</b> as API key. For more details see <a href='https://petstore.elastic.io/docs/' target='_blank'>Petstore API docs</a>."
1112
}
1213
},
1314
"verifier": "io.elastic.petstore.ApiKeyVerifier"

0 commit comments

Comments
 (0)