mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
569 B
569 B
| id | title | sidebar_label |
|---|---|---|
| admin_settings_project | Project Settings | Project Settings |
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';
Project settings can have project specific values. Each new project is using studio values defined in default project but these values can be modified or overriden per project.
:::warning Default studio values Project is always using default project values if is not overriding them with own values. Any changes in default project may affect all existing projects. :::