Skip to content

Commit

Permalink
Moved up precision/scale properties
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesmarets committed Sep 18, 2022
1 parent 43607cd commit d2ece90
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Glue",
"version": "0.1.22",
"versionDate": "2022-04-12",
"version": "0.1.23",
"versionDate": "2022-09-18",
"author": "hackolade",
"engines": {
"hackolade": "3.5.5",
Expand Down
12 changes: 6 additions & 6 deletions properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,12 +190,6 @@ making sure that you maintain a proper JSON format.
"data": "options",
"valueType": "string"
},
"minimum",
"exclusiveMinimum",
"maximum",
"exclusiveMaximum",
"multipleOf",
"divisibleBy",
{
"propertyName": "Precision",
"propertyKeyword": "precision",
Expand All @@ -218,6 +212,12 @@ making sure that you maintain a proper JSON format.
"value": "decimal"
}
},
"minimum",
"exclusiveMinimum",
"maximum",
"exclusiveMaximum",
"multipleOf",
"divisibleBy",
"pattern",
"unit",
"enum",
Expand Down

0 comments on commit d2ece90

Please sign in to comment.