mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-01 20:19:36 -05:00
ac48d81987
[web] hide figure modal import options as configured server side GitOrigin-RevId: f8907a33d413fcac238b00328eaba14d64f2f31b
10 lines
486 B
TypeScript
10 lines
486 B
TypeScript
window.i18n = { currentLangCode: 'en' }
|
|
window.ExposedSettings = {
|
|
appName: 'Overleaf',
|
|
validRootDocExtensions: ['tex', 'Rtex', 'ltx', 'Rnw'],
|
|
fileIgnorePattern:
|
|
'**/{{__MACOSX,.git,.texpadtmp,.R}{,/**},.!(latexmkrc),*.{dvi,aux,log,toc,out,pdfsync,synctex,synctex(busy),fdb_latexmk,fls,nlo,ind,glo,gls,glg,bbl,blg,doc,docx,gz,swp}}',
|
|
hasLinkedProjectFileFeature: true,
|
|
hasLinkedProjectOutputFileFeature: true,
|
|
hasLinkUrlFeature: true,
|
|
} as typeof window.ExposedSettings
|