We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 961e5bb commit 3670c85Copy full SHA for 3670c85
components/geckoboard/geckoboard.app.mjs
@@ -6,7 +6,7 @@ export default {
6
propDefinitions: {
7
fields: {
8
type: "string",
9
- label: "fields",
+ 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\" } }`",
11
},
12
id: {
0 commit comments