Skip to content

Commit 70dbbca

Browse files
Merge pull request #2367 from kris6673/dev
Add new standards to standards.json
2 parents a6dbc9f + c8f72a5 commit 70dbbca

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

src/data/standards.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,42 @@
486486
"impact": "Low Impact",
487487
"impactColour": "info"
488488
},
489+
{
490+
"name": "standards.DisableTNEF",
491+
"cat": "Exchange Standards",
492+
"tag": ["lowimpact"],
493+
"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.",
494+
"addedComponent": [],
495+
"label": "Disable TNEF/winmail.dat",
496+
"impact": "Low Impact",
497+
"impactColour": "info"
498+
},
499+
{
500+
"name": "standards.FocusedInbox",
501+
"cat": "Exchange Standards",
502+
"tag": ["lowimpact"],
503+
"helpText": "Sets the default Focused Inbox state for the tenant. This can be overridden by the user.",
504+
"addedComponent": [
505+
{
506+
"type": "Select",
507+
"label": "Select value",
508+
"name": "standards.FocusedInbox.state",
509+
"values": [
510+
{
511+
"label": "Enabled",
512+
"value": "enabled"
513+
},
514+
{
515+
"label": "Disabled",
516+
"value": "disabled"
517+
}
518+
]
519+
}
520+
],
521+
"label": "Set Focused Inbox state",
522+
"impact": "Low Impact",
523+
"impactColour": "info"
524+
},
489525
{
490526
"name": "standards.AutoExpandArchive",
491527
"cat": "Exchange Standards",

0 commit comments

Comments
 (0)