Skip to content

Commit

Permalink
HCK-6350: Min and Max Properties fields should only be available for …
Browse files Browse the repository at this point in the history
…types Map and Object (#10)

* HCK-6350: remove redundant properties

* HCK-6350: fix typo in localization
  • Loading branch information
Nightlngale authored and hackolade-bot committed Jun 13, 2024
1 parent 8fc88e6 commit a3f3c27
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 15 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.DS_Store
.vscode
.idea
2 changes: 1 addition & 1 deletion localization/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"TOOLBAR___ADD_ATTRIBUTE": "Add Attribute",
"TOOLBAR___INSERT_FIELD": "Insert Field",
"TOOLBAR___APPEND_FIELD": "Append Field",
"TOOLBAR___TOGGLE_FIELD_DETAILS": "Toogle field details",
"TOOLBAR___TOGGLE_FIELD_DETAILS": "Toggle field details",
"TOOLBAR___SHOW_FOREIGN_MASTER": "Toggle foreign master",
"TOOLBAR___SHOW_MODEL_VIEW": "Toggle model views",
"TOOLBAR___DISTRIBUTE_ORTHOGONALLY": "Distribute indices orthogonally",
Expand Down
4 changes: 0 additions & 4 deletions properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -637,8 +637,6 @@ making sure that you maintain a proper JSON format.
"propertyType": "checkbox",
"isTargetProperty": true
},
"minProperties",
"maxProperties",
"additionalProperties",
"comments"
],
Expand Down Expand Up @@ -1104,8 +1102,6 @@ making sure that you maintain a proper JSON format.
"type",
"dependencies",
"required",
"minProperties",
"maxProperties",
"additionalProperties",
"comments"
],
Expand Down
2 changes: 0 additions & 2 deletions types/completion.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
"foreignField": [],
"properties": [],
"dependencies": [],
"minProperties": "",
"maxProperties": "",
"additionalProperties": false,
"enum": [],
"analyzer": "simple",
Expand Down
2 changes: 0 additions & 2 deletions types/geo-point.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
"properties": [],
"dependencies": [],
"ignore_z_value": true,
"minProperties": "",
"maxProperties": "",
"additionalProperties": false,
"enum": [],
"subTypes": [
Expand Down
2 changes: 0 additions & 2 deletions types/geo-shape.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
"dependencies": [],
"orientation": "ccw",
"ignore_z_value": true,
"minProperties": "",
"maxProperties": "",
"additionalProperties": false,
"enum": [],
"subTypes": [
Expand Down
2 changes: 0 additions & 2 deletions types/range.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
"foreignField": [],
"properties": [],
"dependencies": [],
"minProperties": "",
"maxProperties": "",
"additionalProperties": false,
"enum": [],
"mode": "integer_range"
Expand Down
2 changes: 0 additions & 2 deletions types/rank_features.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
"enabled": true,
"properties": [],
"dependencies": [],
"minProperties": "",
"maxProperties": "",
"additionalProperties": false,
"enum": [],
"subtype": "rank_feature"
Expand Down

0 comments on commit a3f3c27

Please sign in to comment.