-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: updates notifications README #189930
Conversation
@@ -18,10 +18,10 @@ The `start` function exposes the following interface: | |||
|
|||
To use the exposed plugin start contract: | |||
|
|||
1. Make sure `notifications` is in your `optionalPlugins` in the `kibana.json` file: | |||
1. Make sure `notifications` is in your `requiredPlugins` in the `kibana.jsonc` file: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super tiny change: Notifications have to be listed as a required plugin
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
self review
|
||
```json5 | ||
// <plugin>/kibana.json | ||
// <plugin>/kibana.jsonc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Plugin manifest uses .jsonc
Pinging @elastic/kibana-core (Team:Core) |
36d0a2d
to
bea2263
Compare
Notifications must be a required plugin to send emails