You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]/attributes/boolean.svelte
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -100,5 +100,4 @@
100
100
label="Array"
101
101
bind:checked={data.array}
102
102
disabled={data.required||editing}
103
-
description="Indicate whether this attribute should act as an array, with the default value set as an empty
104
-
array." />
103
+
description="Indicate whether this attribute is an array. Defaults to an empty array." />
Copy file name to clipboardExpand all lines: src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]/attributes/datetime.svelte
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -92,5 +92,4 @@
92
92
label="Array"
93
93
bind:checked={data.array}
94
94
disabled={data.required||editing}
95
-
description="Indicate whether this attribute should act as an array, with the default value set as an empty
96
-
array." />
95
+
description="Indicate whether this attribute is an array. Defaults to an empty array." />
Copy file name to clipboardExpand all lines: src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]/attributes/email.svelte
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -93,5 +93,4 @@
93
93
label="Array"
94
94
bind:checked={data.array}
95
95
disabled={data.required||editing}
96
-
description="Indicate whether this attribute should act as an array, with the default value set as an empty
97
-
array." />
96
+
description="Indicate whether this attribute is an array. Defaults to an empty array." />
Copy file name to clipboardExpand all lines: src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]/attributes/enum.svelte
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -124,5 +124,4 @@
124
124
label="Array"
125
125
bind:checked={data.array}
126
126
disabled={data.required||editing}
127
-
description="Indicate whether this attribute should act as an array, with the default value set as an empty
128
-
array." />
127
+
description="Indicate whether this attribute is an array. Defaults to an empty array." />
Copy file name to clipboardExpand all lines: src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]/attributes/float.svelte
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -122,5 +122,4 @@
122
122
label="Array"
123
123
bind:checked={data.array}
124
124
disabled={data.required||editing}
125
-
description="Indicate whether this attribute should act as an array, with the default value set as an empty
126
-
array." />
125
+
description="Indicate whether this attribute is an array. Defaults to an empty array." />
Copy file name to clipboardExpand all lines: src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]/attributes/integer.svelte
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -120,5 +120,4 @@
120
120
label="Array"
121
121
bind:checked={data.array}
122
122
disabled={data.required||editing}
123
-
description="Indicate whether this attribute should act as an array, with the default value set as an empty
124
-
array." />
123
+
description="Indicate whether this attribute is an array. Defaults to an empty array." />
Copy file name to clipboardExpand all lines: src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]/attributes/ip.svelte
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -92,5 +92,4 @@
92
92
label="Array"
93
93
bind:checked={data.array}
94
94
disabled={data.required||editing}
95
-
description="Indicate whether this attribute should act as an array, with the default value set as an empty
96
-
array." />
95
+
description="Indicate whether this attribute is an array. Defaults to an empty array." />
Copy file name to clipboardExpand all lines: src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]/attributes/url.svelte
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -93,5 +93,4 @@
93
93
label="Array"
94
94
bind:checked={data.array}
95
95
disabled={data.required||editing}
96
-
description="Indicate whether this attribute should act as an array, with the default value set as an empty
97
-
array." />
96
+
description="Indicate whether this attribute is an array. Defaults to an empty array." />
0 commit comments