Skip to content

Commit

Permalink
moved security and spaces into optionalPlugins
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed Jan 20, 2020
1 parent 99fc277 commit b21e216
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 66 deletions.
2 changes: 1 addition & 1 deletion x-pack/plugins/actions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ This is the primary function for an action type. Whenever the action needs to ex
### Example

The built-in email action type provides a good example of creating an action type with non-trivial configuration and params:
[x-pack/legacy/plugins/actions/server/builtin_action_types/email.ts](server/builtin_action_types/email.ts)
[x-pack/plugins/actions/server/builtin_action_types/email.ts](server/builtin_action_types/email.ts)


## RESTful API
Expand Down
64 changes: 0 additions & 64 deletions x-pack/plugins/actions/index.ts

This file was deleted.

3 changes: 2 additions & 1 deletion x-pack/plugins/actions/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "8.0.0",
"kibanaVersion": "kibana",
"configPath": ["xpack", "actions"],
"requiredPlugins": ["licensing", "taskManager", "spaces", "security", "encryptedSavedObjects"],
"requiredPlugins": ["licensing", "taskManager", "encryptedSavedObjects"],
"optionalPlugins": ["spaces", "security"],
"ui": false
}

0 comments on commit b21e216

Please sign in to comment.