diff --git a/src/data/standards.json b/src/data/standards.json index 395a9ed33ae7..124618aa940e 100644 --- a/src/data/standards.json +++ b/src/data/standards.json @@ -1888,6 +1888,18 @@ "powershellEquivalent": "Set-SPOTenant -DisallowInfectedFileDownload $true", "recommendedBy": ["CIS 3.0"] }, + { + "name": "standards.SPDisableLegacyWorkflows", + "cat": "SharePoint Standards", + "tag": ["lowimpact"], + "helpText": "Disables the creation of new SharePoint 2010 and 2013 classic workflows and removes the 'Return to classic SharePoint' link on modern SharePoint list and library pages.", + "addedComponent": [], + "label": "Disable Legacy Workflows", + "impact": "Low Impact", + "impactColour": "info", + "powershellEquivalent": "Set-SPOTenant -DisableWorkflow2010 $true -DisableWorkflow2013 $true -DisableBackToClassic $true", + "recommendedBy": [] + }, { "name": "standards.SPDirectSharing", "cat": "SharePoint Standards",