mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
# Backport This will backport the following commits from `main` to `8.x`: - [docs(): fix dynamic config url (#195271)](https://github.com/elastic/kibana/pull/195271) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Alejandro Fernández Haro","email":"alejandro.haro@elastic.co"},"sourceCommit":{"committedDate":"2024-10-07T19:00:42Z","message":"docs(): fix dynamic config url (#195271)","sha":"36fe809ba9958d67235ee0d99d80d3d7a1defa56","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Core","release_note:skip","v9.0.0","backport:prev-minor"],"title":"docs(): fix dynamic config url","number":195271,"url":"https://github.com/elastic/kibana/pull/195271","mergeCommit":{"message":"docs(): fix dynamic config url (#195271)","sha":"36fe809ba9958d67235ee0d99d80d3d7a1defa56"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/195271","number":195271,"mergeCommit":{"message":"docs(): fix dynamic config url (#195271)","sha":"36fe809ba9958d67235ee0d99d80d3d7a1defa56"}}]}] BACKPORT--> Co-authored-by: Alejandro Fernández Haro <alejandro.haro@elastic.co>
This commit is contained in:
parent
2d7971ee35
commit
f5eac383a8
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ export interface PluginConfigDescriptor<T = any> {
|
|||
*/
|
||||
exposeToBrowser?: ExposedToBrowserDescriptor<T>;
|
||||
/**
|
||||
* List of configuration properties that can be dynamically changed via the PUT /_settings API.
|
||||
* List of configuration properties that can be dynamically changed via the PUT /internal/core/_settings API.
|
||||
*/
|
||||
dynamicConfig?: DynamicConfigDescriptor<T>;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue