Skip to content

Commit

Permalink
[Docs] Removing 'display' property as it's unused (elastic#161669)
Browse files Browse the repository at this point in the history
## Summary

Removing 'display' property as it's unused in
`timepicker:refreshIntervalDefaults`. Small docs change.

Previous:
<img width="819" alt="Screenshot 2023-07-11 at 15 59 03"
src="https://github.com/elastic/kibana/assets/61687663/4c89cbd9-3320-41cc-b28e-94060fab5a0b">

Updated:
<img width="794" alt="Screenshot 2023-07-11 at 15 59 17"
src="https://github.com/elastic/kibana/assets/61687663/e566d456-6eed-4193-bc11-8d6068a6b768">

Closes: elastic#140249
(cherry picked from commit 798b0ef)
  • Loading branch information
amyjtechwriter committed Jul 19, 2023
1 parent a548cbd commit ff36a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/management/advanced-options.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ to be displayed).

[[timepicker-refreshintervaldefaults]]`timepicker:refreshIntervalDefaults`::
The default refresh interval for the time filter. Example:
`{ "display": "15 seconds", "pause": true, "value": 15000 }`.
`{ "pause": true, "value": 15000 }`.

[[timepicker-timedefaults]]`timepicker:timeDefaults`::
The default selection in the time filter.
Expand Down

0 comments on commit ff36a47

Please sign in to comment.