mirror of
https://github.com/grafana/grafana.git
synced 2025-02-09 23:16:16 -06:00
Fix file extension (#53838)
This commit is contained in:
parent
a6ff6cd0c1
commit
8145caf554
@ -36,7 +36,7 @@ Once the secure configuration has been encrypted, it can no longer be accessed f
|
||||
|
||||
To demonstrate how you can add secrets to a data source plugin, let's add support for configuring an API key.
|
||||
|
||||
Create a new interface in `types.go` to hold the API key.
|
||||
Create a new interface in `types.ts` to hold the API key.
|
||||
|
||||
```ts
|
||||
export interface MySecureJsonData {
|
||||
|
Loading…
Reference in New Issue
Block a user