Skip to content

Commit 3e184e4

Browse files
Amanda-dongs-sajid-ali
authored andcommitted
Remove synchronous access configuration
Removed synchronous access configuration and related options.
1 parent 8a9fb42 commit 3e184e4

1 file changed

Lines changed: 0 additions & 38 deletions

File tree

  • scripts/storage-finder-data-generator

scripts/storage-finder-data-generator/config.ts

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,6 @@ export const FIELD_DEFINITIONS: ServiceFieldDefinition[] = [
5151
weight: 8,
5252
formatter: (value) => toHtmlBlocks(value),
5353
},
54-
{
55-
fieldKey: "field_synchronous_access",
56-
column: "Synchronous Access",
57-
label: "Synchronous Access",
58-
weight: 9,
59-
formatter: (value) => toHtmlBlocks(value),
60-
},
6154
{
6255
fieldKey: "field_backup",
6356
column: "Backup",
@@ -244,37 +237,6 @@ export const FACET_CONFIGS: FacetConfig[] = [
244237
],
245238
fallback: "all",
246239
},
247-
{
248-
id: "synchronous-access",
249-
name: "Do you need synchronous or simultaneous access to your data?",
250-
description: null,
251-
column: "Synchronous Access",
252-
controlType: "radio",
253-
allowMultipleMatches: true,
254-
choices: [
255-
{
256-
id: "synchronous-access.yes",
257-
name: "Yes",
258-
weight: 0,
259-
},
260-
{
261-
id: "synchronous-access.no",
262-
name: "No",
263-
weight: 1,
264-
},
265-
],
266-
matchers: [
267-
{
268-
pattern: /\b(yes|users can edit|simultaneously)\b/i,
269-
choices: ["synchronous-access.yes"],
270-
},
271-
{
272-
pattern: /\bnot available\b/i,
273-
choices: ["synchronous-access.no"],
274-
},
275-
],
276-
fallback: "all",
277-
},
278240
{
279241
id: "storage-duration",
280242
name: "What is your storage duration need?",

0 commit comments

Comments
 (0)