Skip to content

Commit

Permalink
Add back optional plugin and tweak required plugins to undo merge cha…
Browse files Browse the repository at this point in the history
…nges
  • Loading branch information
Aaron Caldwell committed Nov 18, 2020
1 parent 733c080 commit c07d6f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugins/triggers_actions_ui/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "kibana",
"server": true,
"ui": true,
"requiredPlugins": ["management", "charts", "data", "kibanaReact", "savedObjects", "features"],
"optionalPlugins": ["alerts", "features", "home"],
"requiredPlugins": ["management", "charts", "data", "kibanaReact", "savedObjects"],
"configPath": ["xpack", "trigger_actions_ui"],
"extraPublicDirs": ["public/common", "public/common/constants"],
"requiredBundles": ["home", "alerts", "esUiShared", "kibanaReact", "kibanaUtils"]
Expand Down

0 comments on commit c07d6f4

Please sign in to comment.