Skip to content

Commit 4ba0fb6

Browse files
committed
Merge branch 'main' of github.com:payloadcms/payload into feat/hoist-nested-fields-tabs-top-level
2 parents dd60ef1 + 06fbc07 commit 4ba0fb6

File tree

88 files changed

+523
-240
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+523
-240
lines changed

docs/fields/array.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export const MyArrayField: Field = {
8080
}
8181
```
8282

83-
The Array Field inherits all of the default options from the base [Field Admin Config](./overview#admin-options), plus the following additional options:
83+
The Array Field inherits all of the default admin options from the base [Field Admin Config](./overview#admin-options), plus the following additional options:
8484

8585
| Option | Description |
8686
| ------------------------- | ----------------------------------------------------------------------------------- |

docs/fields/blocks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const MyBlocksField: Field = {
7878
}
7979
```
8080

81-
The Blocks Field inherits all of the default options from the base [Field Admin Config](./overview#admin-options), plus the following additional options:
81+
The Blocks Field inherits all of the default admin options from the base [Field Admin Config](./overview#admin-options), plus the following additional options:
8282

8383
| Option | Description |
8484
| ---------------------- | -------------------------------------------------------------------------- |

docs/fields/code.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const MyCodeField: Field = {
6868
}
6969
```
7070

71-
The Code Field inherits all of the default options from the base [Field Admin Config](./overview#admin-options), plus the following additional options:
71+
The Code Field inherits all of the default admin options from the base [Field Admin Config](./overview#admin-options), plus the following additional options:
7272

7373
| Option | Description |
7474
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

docs/fields/collapsible.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export const MyCollapsibleField: Field = {
5858
}
5959
```
6060

61-
The Collapsible Field inherits all of the default options from the base [Field Admin Config](./overview#admin-options), plus the following additional options:
61+
The Collapsible Field inherits all of the default admin options from the base [Field Admin Config](./overview#admin-options), plus the following additional options:
6262

6363
| Option | Description |
6464
| ------------------- | ------------------------------- |

docs/fields/date.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const MyDateField: Field = {
6565
}
6666
```
6767

68-
The Date Field inherits all of the default options from the base [Field Admin Config](./overview#admin-options), plus the following additional options:
68+
The Date Field inherits all of the default admin options from the base [Field Admin Config](./overview#admin-options), plus the following additional options:
6969

7070
| Property | Description |
7171
| ------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------- |

docs/fields/email.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const MyEmailField: Field = {
6565
}
6666
```
6767

68-
The Email Field inherits all of the default options from the base [Field Admin Config](./overview#admin-options), plus the following additional options:
68+
The Email Field inherits all of the default admin options from the base [Field Admin Config](./overview#admin-options), plus the following additional options:
6969

7070
| Property | Description |
7171
| ------------------ | ------------------------------------------------------------------------- |

docs/fields/group.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export const MyGroupField: Field = {
6969
}
7070
```
7171

72-
The Group Field inherits all of the default options from the base [Field Admin Config](./overview#admin-options), plus the following additional options:
72+
The Group Field inherits all of the default admin options from the base [Field Admin Config](./overview#admin-options), plus the following additional options:
7373

7474
| Option | Description |
7575
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |

docs/fields/json.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export const MyJSONField: Field = {
6767
}
6868
```
6969

70-
The JSON Field inherits all of the default options from the base [Field Admin Config](./overview#admin-options), plus the following additional options:
70+
The JSON Field inherits all of the default admin options from the base [Field Admin Config](./overview#admin-options), plus the following additional options:
7171

7272
| Option | Description |
7373
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |

docs/fields/number.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export const MyNumberField: Field = {
7070
}
7171
```
7272

73-
The Number Field inherits all of the default options from the base [Field Admin Config](./overview#admin-options), plus the following additional options:
73+
The Number Field inherits all of the default admin options from the base [Field Admin Config](./overview#admin-options), plus the following additional options:
7474

7575
| Property | Description |
7676
| ------------------ | --------------------------------------------------------------------------------- |

docs/fields/radio.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export const MyRadioField: Field = {
8282
}
8383
```
8484

85-
The Radio Field inherits all of the default options from the base [Field Admin Config](./overview#admin-options), plus the following additional options:
85+
The Radio Field inherits all of the default admin options from the base [Field Admin Config](./overview#admin-options), plus the following additional options:
8686

8787
| Property | Description |
8888
| ------------ | ---------------------------------------------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)