2022-03-03 11:28:03 -05:00
|
|
|
meta(name="ol-useV2History" data-type="boolean" content=useV2History)
|
|
|
|
meta(name="ol-project_id" content=project_id)
|
2022-03-31 07:22:36 -04:00
|
|
|
meta(name="ol-projectName" content=projectName)
|
2022-03-03 11:28:03 -05:00
|
|
|
meta(name="ol-userSettings" data-type="json" content=userSettings)
|
|
|
|
meta(name="ol-user" data-type="json" content=user)
|
|
|
|
meta(name="ol-learnedWords" data-type="json" content=learnedWords)
|
|
|
|
meta(name="ol-anonymous" data-type="boolean" content=anonymous)
|
|
|
|
meta(name="ol-brandVariation" data-type="json" content=brandVariation)
|
|
|
|
meta(name="ol-anonymousAccessToken" content=anonymousAccessToken)
|
|
|
|
meta(name="ol-isTokenMember" data-type="boolean" content=isTokenMember)
|
|
|
|
meta(name="ol-isRestrictedTokenMember" data-type="boolean" content=isRestrictedTokenMember)
|
|
|
|
meta(name="ol-maxDocLength" data-type="json" content=maxDocLength)
|
|
|
|
meta(name="ol-wikiEnabled" data-type="boolean" content=!!(settings.apis.wiki && settings.apis.wiki.url))
|
|
|
|
meta(name="ol-gitBridgePublicBaseUrl" content=gitBridgePublicBaseUrl)
|
2023-01-17 10:23:51 -05:00
|
|
|
meta(name="ol-compilesUserContentDomain" content=settings.compilesUserContentDomain)
|
|
|
|
meta(name="ol-fallbackCompileDomain" content=settings.pdfDownloadDomain)
|
2022-03-03 11:28:03 -05:00
|
|
|
//- Set base path for Ace scripts loaded on demand/workers and don't use cdn
|
|
|
|
meta(name="ol-aceBasePath" content="/js/" + lib('ace'))
|
|
|
|
//- enable doc hash checking for all projects
|
|
|
|
//- used in public/js/libs/sharejs.js
|
|
|
|
meta(name="ol-useShareJsHash" data-type="boolean" content=true)
|
|
|
|
meta(name="ol-wsRetryHandshake" data-type="json" content=settings.wsRetryHandshake)
|
2022-03-18 06:27:29 -04:00
|
|
|
meta(name="ol-pdfjsVariant" content=pdfjsVariant)
|
2022-03-03 11:28:03 -05:00
|
|
|
meta(name="ol-debugPdfDetach" data-type="boolean" content=debugPdfDetach)
|
2023-01-24 09:24:59 -05:00
|
|
|
meta(name="ol-showLegacySourceEditor", data-type="boolean" content=showLegacySourceEditor)
|
2023-04-17 11:06:09 -04:00
|
|
|
meta(name="ol-visualEditorNameVariant", data-type="string" content=visualEditorNameVariant)
|
|
|
|
meta(name="ol-isParticipatingInVisualEditorNamingTest", data-type="boolean" content=isParticipatingInVisualEditorNamingTest)
|
2022-03-11 05:02:03 -05:00
|
|
|
meta(name="ol-showSymbolPalette" data-type="boolean" content=showSymbolPalette)
|
2022-09-21 05:17:18 -04:00
|
|
|
meta(name="ol-galileoEnabled" data-type="string" content=galileoEnabled)
|
2022-10-26 08:26:06 -04:00
|
|
|
meta(name="ol-galileoPromptWords" data-type="string" content=galileoPromptWords)
|
2022-09-01 04:54:04 -04:00
|
|
|
meta(name="ol-galileoFeatures" data-type="json" content=galileoFeatures)
|
2022-03-03 11:28:03 -05:00
|
|
|
meta(name="ol-detachRole" data-type="string" content=detachRole)
|
2022-11-14 11:48:06 -05:00
|
|
|
meta(name="ol-allowedImageNames" data-type="json" content=allowedImageNames)
|
|
|
|
meta(name="ol-languages" data-type="json" content=languages)
|
|
|
|
meta(name="ol-editorThemes" data-type="json" content=editorThemes)
|
|
|
|
meta(name="ol-legacyEditorThemes" data-type="json" content=legacyEditorThemes)
|
2022-07-26 10:29:54 -04:00
|
|
|
meta(name="ol-showUpgradePrompt" data-type="boolean" content=showUpgradePrompt)
|
2022-10-31 10:37:49 -04:00
|
|
|
meta(name="ol-useOpenTelemetry" data-type="boolean" content=useOpenTelemetry)
|
2022-10-24 16:33:13 -04:00
|
|
|
meta(name="ol-showSupport", data-type="boolean" content=showSupport)
|
2023-03-20 09:58:46 -04:00
|
|
|
meta(name="ol-showTemplatesServerPro", data-type="boolean" content=showTemplatesServerPro)
|
2022-12-06 09:56:12 -05:00
|
|
|
meta(name="ol-showCM6SwitchAwaySurvey", data-type="boolean" content=showCM6SwitchAwaySurvey)
|
2023-01-12 07:52:54 -05:00
|
|
|
meta(name="ol-richTextVariant" content=richTextVariant)
|
2023-03-01 09:10:33 -05:00
|
|
|
meta(name="ol-showOnboardingVideoTour", data-type="boolean" content=showOnboardingVideoTour)
|
2023-01-23 06:41:24 -05:00
|
|
|
if (richTextVariant === 'cm6')
|
|
|
|
meta(name="ol-mathJax3Path" content=mathJax3Path)
|
2022-03-03 11:28:03 -05:00
|
|
|
|
|
|
|
- var fileActionI18n = ['edited', 'renamed', 'created', 'deleted'].reduce((acc, i) => {acc[i] = translate('file_action_' + i); return acc}, {})
|
|
|
|
meta(name="ol-fileActionI18n" data-type="json" content=fileActionI18n)
|
|
|
|
|
|
|
|
if (settings.overleaf != null)
|
|
|
|
meta(name="ol-overallThemes" data-type="json" content=overallThemes)
|