chore: adjusts custom components docs (#2908)

This commit is contained in:
PatrikKozak
2023-07-05 17:33:29 -04:00
committed by GitHub
parent 9881d322f3
commit 40d6fe0b09

View File

@@ -84,13 +84,9 @@ You can override components on a Collection-by-Collection basis via each Collect
| **`edit.PublishButton`** | Replace the default `Publish` button with a custom component. Drafts must be enabled. |
| **`edit.PreviewButton`** | Replace the default `Preview` button with a custom component. |
| **`BeforeList`** | Array of components to inject _before_ the built-in List view |
| |
| **`BeforeListTable`** | Array of components to inject _before_ the built-in List view's table |
| |
| **`AfterListTable`** | Array of components to inject _after_ the built-in List view's table |
| |
| **`AfterList`** | Array of components to inject _after_ the built-in List view |
| |
#### Examples