Add description to setting

This commit is contained in:
Roy Nieterau 2024-10-04 11:17:33 +02:00
parent 8383fdefa4
commit 5aa7e9c8ca

View file

@ -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(