Skip to content

Commit

Permalink
Added possibility for multi-fields sub-object definition
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesmarets committed Jan 6, 2018
1 parent 568d7ef commit 044d681
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Elasticsearch",
"version": "0.1.2",
"versionDate": "2017-12-06",
"version": "0.1.3",
"versionDate": "2018-01-06",
"author": "hackolade",
"engines": {
"hackolade": "1.9.x",
Expand Down
8 changes: 8 additions & 0 deletions properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,14 @@ making sure that you maintain a proper JSON format.
"data": "options",
"valueType": "string"
},
{
"propertyName": "Fields",
"propertyKeyword": "stringfields",
"propertyValidate": false,
"propertyTooltip": "Popup for fields entry",
"propertyType": "details",
"template": "textarea"
},
{
"propertyName": "boost",
"propertyKeyword": "boost",
Expand Down

0 comments on commit 044d681

Please sign in to comment.