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:
@@ -299,6 +299,7 @@ class MediaManagement extends Component {
|
|||||||
type={inputTypes.PATH}
|
type={inputTypes.PATH}
|
||||||
name="recycleBin"
|
name="recycleBin"
|
||||||
helpText="Track files will go here when deleted instead of being permanently deleted"
|
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}
|
onChange={onInputChange}
|
||||||
{...settings.recycleBin}
|
{...settings.recycleBin}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user