Skip to content

Commit 044d681

Browse files
committed
Added possibility for multi-fields sub-object definition
1 parent 568d7ef commit 044d681

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Elasticsearch",
3-
"version": "0.1.2",
4-
"versionDate": "2017-12-06",
3+
"version": "0.1.3",
4+
"versionDate": "2018-01-06",
55
"author": "hackolade",
66
"engines": {
77
"hackolade": "1.9.x",

properties_pane/field_level/fieldLevelConfig.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,14 @@ making sure that you maintain a proper JSON format.
105105
"data": "options",
106106
"valueType": "string"
107107
},
108+
{
109+
"propertyName": "Fields",
110+
"propertyKeyword": "stringfields",
111+
"propertyValidate": false,
112+
"propertyTooltip": "Popup for fields entry",
113+
"propertyType": "details",
114+
"template": "textarea"
115+
},
108116
{
109117
"propertyName": "boost",
110118
"propertyKeyword": "boost",

0 commit comments

Comments
 (0)