simplified description

This commit is contained in:
Jakub Trllo 2025-05-27 11:03:14 +02:00
parent ef1c77bf4c
commit 39b85970e2

View file

@ -302,13 +302,8 @@ class CoreSettings(BaseSettingsModel):
widget="textarea",
title="Project folder structure",
description=(
"Defines project folders to create on 'Create project folders'."
"\n\n"
"- In the launcher, this only creates the folders on disk and "
" when the setting is empty it will be hidden from users in the"
" launcher.\n"
"- In `ayon-ftrack` this will create the folders on disk **and**"
" will also create ftrack entities. It is never hidden there."
"Defines project folders to create on disk"
" for 'Create project folders' action."
),
section="---"
)