You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add environment injection to multiple interface HTML pages by including a <meta name="tpen-env" content="prod"> tag, a small inline script that sets window.TPEN_ENV, and a <script src="/config.env.js"></script> before module imports. Changes touch several project, annotator, transcription and index pages (plus small whitespace/formatting and minor markup cleanups) so pages can read runtime config consistently.
<li>Click <strong>"Copy Project"</strong> to create the duplicate.</li>
24
30
<li>Click <strong>"Manage"</strong> to start working on it.</li>
25
31
</tpen-fixed-explanatory-guide>
26
-
<p>
27
-
This will copy <i>everything</i> from the selected project. If you want to specify exactly what to copy <ahref="copy-project-options">use the more detailed version here</a>.
32
+
<p>
33
+
This will copy <i>everything</i> from the selected project. If you want to specify exactly what to copy <a
34
+
href="copy-project-options">use the more detailed version here</a>.
<tpen-fixed-explanatory-guideheading="Steps to Copy a Project with Customizations">
22
28
<li>Select the project you want to copy.</li>
23
-
<li>Choose the specific elements to include (e.g., metadata, group members, QuickType shortcuts, tools, and layers).</li>
29
+
<li>Choose the specific elements to include (e.g., metadata, group members, QuickType shortcuts, tools, and
30
+
layers).</li>
24
31
<li>Optionally, select which members from the original project to include in the new one.</li>
25
-
<li>Decide how each layer should be copied: with annotations, without annotations, or excluded entirely. <strong>(By default, no layers are selected.)</strong></li>
32
+
<li>Decide how each layer should be copied: with annotations, without annotations, or excluded entirely.
33
+
<strong>(By default, no layers are selected.)</strong></li>
26
34
<li>Click <strong>"Copy Project"</strong> to create the new project with your chosen settings.</li>
27
35
<li>Click <strong>"Manage"</strong> to start working on it.</li>
0 commit comments