Skip to content

Commit

Permalink
Merge pull request #2575 from kris6673/reorder-v2
Browse files Browse the repository at this point in the history
Reorder SharePoint lowimpact standard
  • Loading branch information
KelvinTegelaar authored Jun 21, 2024
2 parents 4d7211e + 5b07b1c commit bae2574
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/data/standards.json
Original file line number Diff line number Diff line change
Expand Up @@ -1478,6 +1478,22 @@
"impact": "Low Impact",
"impactColour": "info"
},
{
"name": "standards.TenantDefaultTimezone",
"cat": "SharePoint Standards",
"tag": ["lowimpact"],
"helpText": "Sets the default timezone for the tenant. This will be used for all new users and sites.",
"addedComponent": [
{
"type": "TimezoneSelect",
"name": "standards.TenantDefaultTimezone.Timezone",
"label": "Timezone"
}
],
"label": "Set Default Timezone for Tenant",
"impact": "Low Impact",
"impactColour": "info"
},
{
"name": "standards.DisableAddShortcutsToOneDrive",
"cat": "SharePoint Standards",
Expand Down Expand Up @@ -1627,21 +1643,5 @@
"label": "Restrict sharing to a specific domain",
"impact": "High Impact",
"impactColour": "danger"
},
{
"name": "standards.TenantDefaultTimezone",
"cat": "SharePoint Standards",
"tag": ["lowimpact"],
"helpText": "Sets the default timezone for the tenant. This will be used for all new users and sites.",
"addedComponent": [
{
"type": "TimezoneSelect",
"name": "standards.TenantDefaultTimezone.Timezone",
"label": "Timezone"
}
],
"label": "Set Default Timezone for Tenant",
"impact": "Low Impact",
"impactColour": "info"
}
]

0 comments on commit bae2574

Please sign in to comment.