Implement admin useAsTitle for Array field items #1104
katywings
started this conversation in
Feature Requests & Ideas
Replies: 1 comment 1 reply
-
Nevermind, sorry, you can delete this discussion 🙈 there is already #808 |
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.
-
While fiddling around with the fields and collections I was curious, if I could use the value of an array item field as the collapsible title of the item. Currently the title for array items is pretty much hard coded in: https://github.com/payloadcms/payload/blob/4900fa7/src/admin/components/forms/field-types/Array/index.tsx#L277. Do you know any way to customize the array item title without copying the whole Array form?
Unless there is another solution, what do you think about an
useAsTitle
setting for array field items?Beta Was this translation helpful? Give feedback.
All reactions