New: Add warning that recycle bin will be cleaned up automatically after 1 week

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Qstick 2019-08-25 00:39:50 -04:00
parent c20db82b77
commit a7e94a0b2a
1 changed files with 1 additions and 0 deletions

View File

@ -299,6 +299,7 @@ class MediaManagement extends Component {
type={inputTypes.PATH}
name="recycleBin"
helpText="Track files will go here when deleted instead of being permanently deleted"
helpTextWarning="Files in the recycle bin older than a week will be cleaned up automatically"
onChange={onInputChange}
{...settings.recycleBin}
/>