mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Include Files in GitHub UI (#115956)
This commit is contained in:
parent
4b25b00fde
commit
306a7cb0f4
2 changed files with 5 additions and 0 deletions
|
@ -267,6 +267,9 @@ export const SOURCE_OBJ_TYPES = {
|
|||
defaultMessage: 'Repository List',
|
||||
}
|
||||
),
|
||||
FILES: i18n.translate('xpack.enterpriseSearch.workplaceSearch.sources.objTypes.files', {
|
||||
defaultMessage: 'Files (markdown only)',
|
||||
}),
|
||||
EMAILS: i18n.translate('xpack.enterpriseSearch.workplaceSearch.sources.objTypes.emails', {
|
||||
defaultMessage: 'Emails',
|
||||
}),
|
||||
|
|
|
@ -207,6 +207,7 @@ export const staticSourceData = [
|
|||
SOURCE_OBJ_TYPES.ISSUES,
|
||||
SOURCE_OBJ_TYPES.PULL_REQUESTS,
|
||||
SOURCE_OBJ_TYPES.REPOSITORY_LIST,
|
||||
SOURCE_OBJ_TYPES.FILES,
|
||||
],
|
||||
features: {
|
||||
basicOrgContext: [
|
||||
|
@ -247,6 +248,7 @@ export const staticSourceData = [
|
|||
SOURCE_OBJ_TYPES.ISSUES,
|
||||
SOURCE_OBJ_TYPES.PULL_REQUESTS,
|
||||
SOURCE_OBJ_TYPES.REPOSITORY_LIST,
|
||||
SOURCE_OBJ_TYPES.FILES,
|
||||
],
|
||||
features: {
|
||||
basicOrgContext: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue