mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Add description to setting
This commit is contained in:
parent
8383fdefa4
commit
5aa7e9c8ca
1 changed files with 5 additions and 0 deletions
|
|
@ -301,6 +301,11 @@ class CoreSettings(BaseSettingsModel):
|
|||
"{}",
|
||||
widget="textarea",
|
||||
title="Project folder structure",
|
||||
description=(
|
||||
"Defines project folders to create on 'Create project folders'."
|
||||
" When empty, the action will be hidden from users in the"
|
||||
" launcher because there is nothing to create."
|
||||
),
|
||||
section="---"
|
||||
)
|
||||
project_environments: str = SettingsField(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue