Skip to content

Commit

Permalink
Merge pull request #2349 from Ren-Roros-Digital/TenantDefaultTimezone
Browse files Browse the repository at this point in the history
Added TenantDefaultTimezone
  • Loading branch information
KelvinTegelaar authored Apr 24, 2024
2 parents 6c133af + f19bb32 commit 03c979d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/data/standards.json
Original file line number Diff line number Diff line change
Expand Up @@ -1188,5 +1188,21 @@
"label": "Only allow users to sync OneDrive from AAD joined devices",
"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": "input",
"name": "standards.TenantDefaultTimezone.Timezone",
"label": "Timezone"
}
],
"label": "Set Default Timezone for Tenant",
"impact": "Low Impact",
"impactColour": "info"
}
]

0 comments on commit 03c979d

Please sign in to comment.