Skip to content

Commit

Permalink
Updated tooltips for DynamicHttp Provider
Browse files Browse the repository at this point in the history
Former-commit-id: 9ceb46be312916bd01d76241d0b8ee982ebf6c53
  • Loading branch information
rmathis committed Aug 2, 2022
1 parent 8e25e15 commit 21a20e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions backend/src/main/resources/i18n/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -721,8 +721,8 @@ tooltip.source-directory=Convenience mechanism for wiring a FilesystemLoadSaveMa
tooltip.remove-idle-entity-data=Flag indicating whether idle metadata should be removed.

tooltip.do-resolver-initialization=Initialize this resolver? In the case of Filesystem resolvers, this will cause the system to read the file and index the resolver.
tooltip.md-request-type=Options are 1) Metadata Query Protocol, 2) Regex.
tooltip.md-request-value=Content of the element.
tooltip.md-request-type=Constructs the metadata request URL based on 1) Metadata Query Protocol, or 2) Regex (a regular expression).
tooltip.md-request-value=Content of the element based on the Metadata Request URL Construction Type.
tooltip.transform-ref=A reference to a transform function for the entityID. If used, the child element must be empty.
tooltip.encoding-style=Determines whether and how the entityID value will be URL encoded prior to replacement. Allowed values are: 1) "none" - no encoding is performed, 2) "form" - encoded using URL form parameter encoding (for query parameters), 3) "path" - encoded using URL path encoding, or 4) "fragment" - encoded using URL fragment encoding. The precise definition of these terms is defined in the documentation for the methods of the Guava library\u0027s UrlEscapers class.
tooltip.velocity-engine=This attribute may be used to specify the name of the Velocity engine defined within the application.
Expand Down
4 changes: 2 additions & 2 deletions ui/public/assets/schema/provider/filebacked-http.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"const": "FileBackedHttpMetadataResolver"
},
"enabled": {
"title": "label.enable-service",
"description": "tooltip.enable-service",
"title": "label.enable-provider-upon-saving",
"description": "tooltip.enable-provider-upon-saving",
"type": "boolean",
"default": false
},
Expand Down

0 comments on commit 21a20e5

Please sign in to comment.