Skip to content

Commit 53f4322

Browse files
committed
fix: switch autoComplete to select on multiple standards
1 parent 4aeaa22 commit 53f4322

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

src/data/standards.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@
644644
"helpText": "This setting controls who can invite guests to your directory to collaborate on resources secured by your company, such as SharePoint sites or Azure resources.",
645645
"addedComponent": [
646646
{
647-
"type": "autoComplete",
647+
"type": "select",
648648
"multiple": false,
649649
"label": "Who can send invites?",
650650
"name": "standards.GuestInvite.allowInvitesFrom",
@@ -1870,7 +1870,7 @@
18701870
"default": 7
18711871
},
18721872
{
1873-
"type": "autoComplete",
1873+
"type": "select",
18741874
"multiple": false,
18751875
"label": "Spam Action",
18761876
"name": "standards.SpamFilterPolicy.SpamAction",
@@ -1886,7 +1886,7 @@
18861886
]
18871887
},
18881888
{
1889-
"type": "autoComplete",
1889+
"type": "select",
18901890
"multiple": false,
18911891
"label": "Spam Quarantine Tag",
18921892
"name": "standards.SpamFilterPolicy.SpamQuarantineTag",
@@ -1906,7 +1906,7 @@
19061906
]
19071907
},
19081908
{
1909-
"type": "autoComplete",
1909+
"type": "select",
19101910
"multiple": false,
19111911
"label": "High Confidence Spam Action",
19121912
"name": "standards.SpamFilterPolicy.HighConfidenceSpamAction",
@@ -1922,7 +1922,7 @@
19221922
]
19231923
},
19241924
{
1925-
"type": "autoComplete",
1925+
"type": "select",
19261926
"multiple": false,
19271927
"label": "High Confidence Spam Quarantine Tag",
19281928
"name": "standards.SpamFilterPolicy.HighConfidenceSpamQuarantineTag",
@@ -1942,7 +1942,7 @@
19421942
]
19431943
},
19441944
{
1945-
"type": "autoComplete",
1945+
"type": "select",
19461946
"multiple": false,
19471947
"label": "Bulk Spam Action",
19481948
"name": "standards.SpamFilterPolicy.BulkSpamAction",
@@ -1958,7 +1958,7 @@
19581958
]
19591959
},
19601960
{
1961-
"type": "autoComplete",
1961+
"type": "select",
19621962
"multiple": false,
19631963
"label": "Bulk Quarantine Tag",
19641964
"name": "standards.SpamFilterPolicy.BulkQuarantineTag",
@@ -1978,7 +1978,7 @@
19781978
]
19791979
},
19801980
{
1981-
"type": "autoComplete",
1981+
"type": "select",
19821982
"multiple": false,
19831983
"label": "Phish Spam Action",
19841984
"name": "standards.SpamFilterPolicy.PhishSpamAction",
@@ -1994,7 +1994,7 @@
19941994
]
19951995
},
19961996
{
1997-
"type": "autoComplete",
1997+
"type": "select",
19981998
"multiple": false,
19991999
"label": "Phish Quarantine Tag",
20002000
"name": "standards.SpamFilterPolicy.PhishQuarantineTag",
@@ -2014,7 +2014,7 @@
20142014
]
20152015
},
20162016
{
2017-
"type": "autoComplete",
2017+
"type": "select",
20182018
"multiple": false,
20192019
"label": "High Confidence Phish Quarantine Tag",
20202020
"name": "standards.SpamFilterPolicy.HighConfidencePhishQuarantineTag",
@@ -2137,7 +2137,7 @@
21372137
"helpText": "Sets the mark devices with no compliance policy assigned as compliance/non compliant and Compliance status validity period.",
21382138
"addedComponent": [
21392139
{
2140-
"type": "autoComplete",
2140+
"type": "select",
21412141
"multiple": false,
21422142
"name": "standards.IntuneComplianceSettings.secureByDefault",
21432143
"label": "Mark devices with no compliance policy as",
@@ -2587,7 +2587,7 @@
25872587
"helpText": "Defines the CIS recommended global meeting policy for Teams. This includes AllowAnonymousUsersToJoinMeeting, AllowAnonymousUsersToStartMeeting, AutoAdmittedUsers, AllowPSTNUsersToBypassLobby, MeetingChatEnabledType, DesignatedPresenterRoleMode, AllowExternalParticipantGiveRequestControl",
25882588
"addedComponent": [
25892589
{
2590-
"type": "autoComplete",
2590+
"type": "select",
25912591
"multiple": false,
25922592
"name": "standards.TeamsGlobalMeetingPolicy.DesignatedPresenterRoleMode",
25932593
"label": "Default value of the `Who can present?`",
@@ -2616,7 +2616,7 @@
26162616
"label": "Allow anonymous users to join meeting"
26172617
},
26182618
{
2619-
"type": "autoComplete",
2619+
"type": "select",
26202620
"multiple": false,
26212621
"name": "standards.TeamsGlobalMeetingPolicy.MeetingChatEnabledType",
26222622
"label": "Meeting chat policy",
@@ -2707,7 +2707,7 @@
27072707
"docsDescription": "Controls whether users with this policy can set the voice profile capture and enrollment through the Recognition tab in their Teams client settings.",
27082708
"addedComponent": [
27092709
{
2710-
"type": "autoComplete",
2710+
"type": "select",
27112711
"name": "standards.TeamsEnrollUser.EnrollUserOverride",
27122712
"label": "Voice and Face Enrollment",
27132713
"options": [
@@ -2775,7 +2775,7 @@
27752775
"label": "Allow users to communicate with Skype Users"
27762776
},
27772777
{
2778-
"type": "autoComplete",
2778+
"type": "select",
27792779
"multiple": false,
27802780
"name": "standards.TeamsFederationConfiguration.DomainControl",
27812781
"label": "Communication Mode",
@@ -2843,7 +2843,7 @@
28432843
"default": true
28442844
},
28452845
{
2846-
"type": "autoComplete",
2846+
"type": "select",
28472847
"multiple": false,
28482848
"name": "standards.TeamsMessagingPolicy.ReadReceiptsEnabledType",
28492849
"label": "Read Receipts Enabled Type",

0 commit comments

Comments
 (0)