This repository was archived by the owner on Dec 13, 2023. It is now read-only.
This repository was archived by the owner on Dec 13, 2023. It is now read-only.
Labels should be configurable/overridable #25
Closed
Description
I guess labels should be configurable via formSubmissionOverrides and formOverrides in payload.config.ts
It's just not yet implemented (see here and here).
This should work but it doesn't
formBuilder({
formOverrides: {
labels: {
singular: {
en: "Form",
xx: "Xxxxx",
},
plural: {
en: "Forms",
xx: "Xxxxxx",
},
},
},
Originally posted by @zanami in #11 (comment)
Metadata
Metadata
Assignees
Labels
No labels