Skip to content

Commit 32d9f71

Browse files
committed
fix: make some standards required input
1 parent 4aeaa22 commit 32d9f71

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/data/standards.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,7 @@
645645
"addedComponent": [
646646
{
647647
"type": "autoComplete",
648+
"required": true,
648649
"multiple": false,
649650
"label": "Who can send invites?",
650651
"name": "standards.GuestInvite.allowInvitesFrom",
@@ -1871,6 +1872,7 @@
18711872
},
18721873
{
18731874
"type": "autoComplete",
1875+
"required": true,
18741876
"multiple": false,
18751877
"label": "Spam Action",
18761878
"name": "standards.SpamFilterPolicy.SpamAction",
@@ -1887,6 +1889,7 @@
18871889
},
18881890
{
18891891
"type": "autoComplete",
1892+
"required": true,
18901893
"multiple": false,
18911894
"label": "Spam Quarantine Tag",
18921895
"name": "standards.SpamFilterPolicy.SpamQuarantineTag",
@@ -1907,6 +1910,7 @@
19071910
},
19081911
{
19091912
"type": "autoComplete",
1913+
"required": true,
19101914
"multiple": false,
19111915
"label": "High Confidence Spam Action",
19121916
"name": "standards.SpamFilterPolicy.HighConfidenceSpamAction",
@@ -1923,6 +1927,7 @@
19231927
},
19241928
{
19251929
"type": "autoComplete",
1930+
"required": true,
19261931
"multiple": false,
19271932
"label": "High Confidence Spam Quarantine Tag",
19281933
"name": "standards.SpamFilterPolicy.HighConfidenceSpamQuarantineTag",
@@ -1943,6 +1948,7 @@
19431948
},
19441949
{
19451950
"type": "autoComplete",
1951+
"required": true,
19461952
"multiple": false,
19471953
"label": "Bulk Spam Action",
19481954
"name": "standards.SpamFilterPolicy.BulkSpamAction",
@@ -1959,6 +1965,7 @@
19591965
},
19601966
{
19611967
"type": "autoComplete",
1968+
"required": true,
19621969
"multiple": false,
19631970
"label": "Bulk Quarantine Tag",
19641971
"name": "standards.SpamFilterPolicy.BulkQuarantineTag",
@@ -1979,6 +1986,7 @@
19791986
},
19801987
{
19811988
"type": "autoComplete",
1989+
"required": true,
19821990
"multiple": false,
19831991
"label": "Phish Spam Action",
19841992
"name": "standards.SpamFilterPolicy.PhishSpamAction",
@@ -1995,6 +2003,7 @@
19952003
},
19962004
{
19972005
"type": "autoComplete",
2006+
"required": true,
19982007
"multiple": false,
19992008
"label": "Phish Quarantine Tag",
20002009
"name": "standards.SpamFilterPolicy.PhishQuarantineTag",
@@ -2015,6 +2024,7 @@
20152024
},
20162025
{
20172026
"type": "autoComplete",
2027+
"required": true,
20182028
"multiple": false,
20192029
"label": "High Confidence Phish Quarantine Tag",
20202030
"name": "standards.SpamFilterPolicy.HighConfidencePhishQuarantineTag",
@@ -2138,6 +2148,7 @@
21382148
"addedComponent": [
21392149
{
21402150
"type": "autoComplete",
2151+
"required": true,
21412152
"multiple": false,
21422153
"name": "standards.IntuneComplianceSettings.secureByDefault",
21432154
"label": "Mark devices with no compliance policy as",
@@ -2588,6 +2599,7 @@
25882599
"addedComponent": [
25892600
{
25902601
"type": "autoComplete",
2602+
"required": true,
25912603
"multiple": false,
25922604
"name": "standards.TeamsGlobalMeetingPolicy.DesignatedPresenterRoleMode",
25932605
"label": "Default value of the `Who can present?`",
@@ -2617,6 +2629,7 @@
26172629
},
26182630
{
26192631
"type": "autoComplete",
2632+
"required": true,
26202633
"multiple": false,
26212634
"name": "standards.TeamsGlobalMeetingPolicy.MeetingChatEnabledType",
26222635
"label": "Meeting chat policy",
@@ -2708,6 +2721,8 @@
27082721
"addedComponent": [
27092722
{
27102723
"type": "autoComplete",
2724+
"required": true,
2725+
"multiple": false,
27112726
"name": "standards.TeamsEnrollUser.EnrollUserOverride",
27122727
"label": "Voice and Face Enrollment",
27132728
"options": [
@@ -2776,6 +2791,7 @@
27762791
},
27772792
{
27782793
"type": "autoComplete",
2794+
"required" : true,
27792795
"multiple": false,
27802796
"name": "standards.TeamsFederationConfiguration.DomainControl",
27812797
"label": "Communication Mode",
@@ -2844,6 +2860,7 @@
28442860
},
28452861
{
28462862
"type": "autoComplete",
2863+
"required": true,
28472864
"multiple": false,
28482865
"name": "standards.TeamsMessagingPolicy.ReadReceiptsEnabledType",
28492866
"label": "Read Receipts Enabled Type",

0 commit comments

Comments
 (0)