mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Add institution templates to the react version of the new project dropdown GitOrigin-RevId: 32bf0b1b559ea3da744430902cc016e7c2a918d9
23 lines
952 B
Plaintext
23 lines
952 B
Plaintext
extends ../layout-marketing
|
|
|
|
block entrypointVar
|
|
- entrypoint = 'pages/project-list'
|
|
|
|
block vars
|
|
- var suppressNavContentLinks = true
|
|
|
|
block append meta
|
|
meta(name="ol-usersBestSubscription" data-type="json" content=usersBestSubscription)
|
|
meta(name="ol-notifications" data-type="json" content=notifications)
|
|
meta(name="ol-notificationsInstitution" data-type="json" content=notificationsInstitution)
|
|
meta(name="ol-userEmails" data-type="json" content=userEmails)
|
|
meta(name="ol-allInReconfirmNotificationPeriods" data-type="json" content=allInReconfirmNotificationPeriods)
|
|
meta(name="ol-user" data-type="json" content=user)
|
|
meta(name="ol-reconfirmedViaSAML" content=reconfirmedViaSAML)
|
|
meta(name="ol-survey" data-type="json" content=survey)
|
|
meta(name="ol-tags" data-type="json" content=tags)
|
|
meta(name="ol-portalTemplates" data-type="json" content=portalTemplates)
|
|
|
|
block content
|
|
main.content.content-alt.project-list-react#project-list-root
|