| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- meta(name="ol-project_id" content=project_id)
- meta(name="ol-projectName" content=projectName)
- 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-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.proxyLearn)
- meta(name="ol-gitBridgePublicBaseUrl" content=gitBridgePublicBaseUrl)
- meta(name="ol-gitBridgeEnabled" data-type="boolean" content=gitBridgeEnabled)
- meta(name="ol-compilesUserContentDomain" content=settings.compilesUserContentDomain)
- //- 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-wsUrl" data-type="string" content=wsUrl)
- meta(name="ol-wsRetryHandshake" data-type="json" content=settings.wsRetryHandshake)
- meta(name="ol-pdfjsVariant" content=pdfjsVariant)
- meta(name="ol-debugPdfDetach" data-type="boolean" content=debugPdfDetach)
- meta(name="ol-showSymbolPalette" data-type="boolean" content=showSymbolPalette)
- meta(name="ol-symbolPaletteAvailable" data-type="boolean" content=symbolPaletteAvailable)
- meta(name="ol-detachRole" data-type="string" content=detachRole)
- 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)
- meta(name="ol-showUpgradePrompt" data-type="boolean" content=showUpgradePrompt)
- meta(name="ol-useOpenTelemetry" data-type="boolean" content=useOpenTelemetry)
- meta(name="ol-showSupport", data-type="boolean" content=showSupport)
- meta(name="ol-showTemplatesServerPro", data-type="boolean" content=showTemplatesServerPro)
- meta(name="ol-showPersonalAccessToken", data-type="boolean" content=showPersonalAccessToken)
- meta(name="ol-optionalPersonalAccessToken", data-type="boolean" content=optionalPersonalAccessToken)
- meta(name="ol-hasTrackChangesFeature", data-type="boolean" content=hasTrackChangesFeature)
- meta(name="ol-inactiveTutorials", data-type="json" content=user.inactiveTutorials)
- meta(name="ol-projectTags" data-type="json" content=projectTags)
- meta(name="ol-idePageReact", data-type="boolean" content=idePageReact)
- meta(name="ol-loadingText", data-type="string" content=translate("loading"))
- meta(name="ol-translationLoadErrorMessage", data-type="string" content=translate("could_not_load_translations"))
- - 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)
- != moduleIncludes("editor:meta", locals)
|