Skip to content
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
@adiba

Description

@adiba

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions