mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Enable full project search in Community Edition and Server Pro (#25753)
GitOrigin-RevId: 1def9c3e190c907d41b7f822831e12c8609e9c7c
This commit is contained in:
@@ -996,9 +996,24 @@ module.exports = {
|
||||
settingsEntries: [],
|
||||
autoCompleteExtensions: [],
|
||||
sectionTitleGenerators: [],
|
||||
toastGenerators: [],
|
||||
editorSidebarComponents: [],
|
||||
fileTreeToolbarComponents: [],
|
||||
toastGenerators: [
|
||||
Path.resolve(
|
||||
__dirname,
|
||||
'../frontend/js/features/pdf-preview/components/synctex-toasts'
|
||||
),
|
||||
],
|
||||
editorSidebarComponents: [
|
||||
Path.resolve(
|
||||
__dirname,
|
||||
'../modules/full-project-search/frontend/js/components/full-project-search.tsx'
|
||||
),
|
||||
],
|
||||
fileTreeToolbarComponents: [
|
||||
Path.resolve(
|
||||
__dirname,
|
||||
'../modules/full-project-search/frontend/js/components/full-project-search-button.tsx'
|
||||
),
|
||||
],
|
||||
fullProjectSearchPanel: [],
|
||||
integrationPanelComponents: [],
|
||||
referenceSearchSetting: [],
|
||||
|
||||
Reference in New Issue
Block a user