Skip to content

Commit

Permalink
Merge pull request KelvinTegelaar#2367 from kris6673/dev
Browse files Browse the repository at this point in the history
Add new standards to standards.json
  • Loading branch information
KelvinTegelaar committed Apr 26, 2024
2 parents a6dbc9f + c8f72a5 commit 70dbbca
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions src/data/standards.json
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,42 @@
"impact": "Low Impact",
"impactColour": "info"
},
{
"name": "standards.DisableTNEF",
"cat": "Exchange Standards",
"tag": ["lowimpact"],
"helpText": "Disables Transport Neutral Encapsulation Format (TNEF)/winmail.dat for the tenant. TNEF can cause issues if the recipient is not using a client supporting TNEF.",
"addedComponent": [],
"label": "Disable TNEF/winmail.dat",
"impact": "Low Impact",
"impactColour": "info"
},
{
"name": "standards.FocusedInbox",
"cat": "Exchange Standards",
"tag": ["lowimpact"],
"helpText": "Sets the default Focused Inbox state for the tenant. This can be overridden by the user.",
"addedComponent": [
{
"type": "Select",
"label": "Select value",
"name": "standards.FocusedInbox.state",
"values": [
{
"label": "Enabled",
"value": "enabled"
},
{
"label": "Disabled",
"value": "disabled"
}
]
}
],
"label": "Set Focused Inbox state",
"impact": "Low Impact",
"impactColour": "info"
},
{
"name": "standards.AutoExpandArchive",
"cat": "Exchange Standards",
Expand Down

0 comments on commit 70dbbca

Please sign in to comment.