From beb56356c5c037441f89264361302513ff5bd9f8 Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Wed, 19 Jul 2023 06:23:53 -0400 Subject: [PATCH] [8.9] [Docs] Removing 'display' property as it's unused (#161669) (#162227) # Backport This will backport the following commits from `main` to `8.9`: - [[Docs] Removing 'display' property as it's unused (#161669)](https://github.com/elastic/kibana/pull/161669) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) Co-authored-by: amyjtechwriter <61687663+amyjtechwriter@users.noreply.github.com> --- docs/management/advanced-options.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/management/advanced-options.asciidoc b/docs/management/advanced-options.asciidoc index 3b3f260f0de97..bd85992b051fb 100644 --- a/docs/management/advanced-options.asciidoc +++ b/docs/management/advanced-options.asciidoc @@ -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.