docs: update ui field docs to use component paths (#7658)
This commit is contained in:
@@ -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',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user