You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,16 +139,19 @@ I use [Microsoft Code](https://code.visualstudio.com/) to edit code and [Google
139
139
140
140
Simply add the plugin directory inside a `kibana` folder and zip the file. Filename format carries the Kibana version (i.e. 7.8.0) followed by the plugin version (i.e. 1.0.0). Do not include the `vis_type_custom_form_filter_accounts/target` directory in the zip file.
141
141
142
-
To change the Kibana version, just change the file `kbn_tp_custom_form_filter_accounts/package.json`, value `kibana.version`.
142
+
First setup the Kibana version by updating the files:
143
+
*`kbn_tp_custom_form_filter_accounts/package.json`, value `kibana.version`
144
+
*`kbn_tp_custom_form_filter_accounts/kibana.json`, value `version`
0 commit comments