mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Enterprise Search] Disable text extraction config for native SPO (#160914)
## Summary This stops text extraction from showing up for native SharePoint Online connectors.
This commit is contained in:
parent
6f58507ea1
commit
bfb07386b2
1 changed files with 1 additions and 1 deletions
|
@ -1622,7 +1622,7 @@ export const NATIVE_CONNECTOR_DEFINITIONS: Record<string, NativeConnector | unde
|
|||
}
|
||||
),
|
||||
type: FieldType.BOOLEAN,
|
||||
ui_restrictions: [],
|
||||
ui_restrictions: ['advanced'],
|
||||
validations: [],
|
||||
value: false,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue