Closed aus closed 2 months ago
I see now that you can pass props using:
admin: {
components: {
Field: {
path: "path/to/field",
clientProps: { foo: "bar" },
},
}
}
This issue has been automatically locked. Please open a new issue if this issue persists with any additional detail.
Link to reproduction
No response
Environment Info
Describe the Bug
props.admin.custom not passed to custom Field props. It's unclear whether this is intended behavior.
Reproduction Steps
src/app/collections/Posts.ts
src/collections/fields/slug/Field.tsx
Output:
Adapters and Plugins
No response