From 79f129c19473eaafa050e5d8e5fc8a09eb7c44ae Mon Sep 17 00:00:00 2001 From: Josef Zweck Date: Thu, 20 Feb 2025 08:27:37 +0100 Subject: [PATCH 1/2] Add option flow docs --- source/_integrations/onedrive.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/_integrations/onedrive.markdown b/source/_integrations/onedrive.markdown index b8faac2151f..7134e1931e3 100644 --- a/source/_integrations/onedrive.markdown +++ b/source/_integrations/onedrive.markdown @@ -35,6 +35,13 @@ Client secret: {% endconfiguration_basic %} +{% include integrations/option_flow.md %} + +{% configuration_basic %} +Delete files permanently: + description: By default files are put into the Recycle Bin when they are deleted, where they are available for another 30 days. If you enable this option, files will be deleted immediately when they are cleaned up by the backup system.. +{% endconfiguration_basic %} + ## Requested permissions by the integration The integration will request the following permissions on your OneDrive for the integration to work: From 7d282d69544b778589d47c7399650a6c6b121aea Mon Sep 17 00:00:00 2001 From: Josef Zweck Date: Thu, 20 Feb 2025 10:01:11 +0100 Subject: [PATCH 2/2] Fix typo in OneDrive integration description --- source/_integrations/onedrive.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/onedrive.markdown b/source/_integrations/onedrive.markdown index 7134e1931e3..55d88a074c7 100644 --- a/source/_integrations/onedrive.markdown +++ b/source/_integrations/onedrive.markdown @@ -39,7 +39,7 @@ Client secret: {% configuration_basic %} Delete files permanently: - description: By default files are put into the Recycle Bin when they are deleted, where they are available for another 30 days. If you enable this option, files will be deleted immediately when they are cleaned up by the backup system.. + description: By default, files are put into the Recycle Bin when deleted, where they remain available for another 30 days. If you enable this option, files will be deleted immediately when they are cleaned up by the backup system. {% endconfiguration_basic %} ## Requested permissions by the integration