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

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
pull/900/head
Qstick 5 years ago
parent c20db82b77
commit a7e94a0b2a

@ -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}
/>

Loading…
Cancel
Save