docs: update ui field docs to use component paths (#7658)

This commit is contained in:
Alessio Gravili
2024-08-13 14:39:03 -04:00
committed by GitHub
parent 8b13dc64d1
commit cea272e189

View File

@@ -54,8 +54,8 @@ export const ExampleCollection: CollectionConfig = {
type: 'ui', // required type: 'ui', // required
admin: { admin: {
components: { components: {
Field: MyCustomUIField, Field: '/path/to/MyCustomUIField',
Cell: MyCustomUICell, Cell: '/path/to/MyCustomUICell',
}, },
}, },
}, },