Customisation of fields with children #2411
plushdohn
started this conversation in
Feature Requests & Ideas
Replies: 1 comment 1 reply
-
Hey @plushdohn — did you notice that you can override block and array fields' https://payloadcms.com/docs/fields/array#admin-config Because replacing a group, array, or block field itself is going to be a bit more complex than what the docs might cover, I think this is a good candidate for a future tutorial / example repo. I will tag this as a feature request and we'll get a full example added. 👍 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Documentation Issue
I think the docs should have an example on how to customise the
Field
components in field types such asarray
,blocks
orgroup
. Right now overriding theField
component in any of those stops rendering its children, which is fine, but it should also be explained how to continue rendering their children using Payload's default components, say in the case I want to customise a Block'sRowLabel
component, while keeping the rendering logic for children the same.Beta Was this translation helpful? Give feedback.
All reactions