Skip to content

Commit 82b15a6

Browse files
authored
Add official documentation
1 parent 3670c85 commit 82b15a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/geckoboard/geckoboard.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
fields: {
88
type: "string",
99
label: "Fields",
10-
description: "JSON containing the fields of the dataset, i.e.: `{ \"amount\": { \"type\": \"number\", \"name\": \"Amount\", \"optional\": false }, \"timestamp\": { \"type\": \"datetime\", \"name\": \"Date\" } }`",
10+
description: "JSON containing the fields of the dataset, i.e.: `{ \"amount\": { \"type\": \"number\", \"name\": \"Amount\", \"optional\": false }, \"timestamp\": { \"type\": \"datetime\", \"name\": \"Date\" } }. See [documentation](https://developer.geckoboard.com/#plan-your-schema)`",
1111
},
1212
id: {
1313
type: "string",

0 commit comments

Comments
 (0)