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: docs/admin/fields.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ The following options are available:
50
50
|**`style`**|[CSS Properties](https://developer.mozilla.org/en-US/docs/Web/CSS) to inject into the root element of the field. |
51
51
|**`className`**| Attach a [CSS class attribute](https://developer.mozilla.org/en-US/docs/Web/CSS/Class_selectors) to the root DOM element of a field. |
52
52
|**`readOnly`**| Setting a field to `readOnly` has no effect on the API whatsoever but disables the admin component's editability to prevent editors from modifying the field's value. |
53
-
|**`disabled`**| If a field is `disabled`, it is completely omitted from the [Admin Panel](../admin/overview). |
53
+
|**`disabled`**| If a field is `disabled`, it is completely omitted from the [Admin Panel](../admin/overview) entirely.|
54
54
|**`disableBulkEdit`**| Set `disableBulkEdit` to `true` to prevent fields from appearing in the select options when making edits for multiple documents. Defaults to `true` for UI fields. |
55
55
|**`disableListColumn`**| Set `disableListColumn` to `true` to prevent fields from appearing in the list view column selector. |
56
56
|**`disableListFilter`**| Set `disableListFilter` to `true` to prevent fields from appearing in the list view filter options. |
thrownewMissingEditorProp(incomingField)// while we allow disabling editor functionality, you should not have any richText fields defined if you do not have an editor
0 commit comments