-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
status: unconfirmedtype: bugcode to address defects in shipped codecode to address defects in shipped code
Description
Describe the bug
label
and label_singular
are transformed to lower case when they are upper case by intention in the config.yml
. This is at least true for the German locale.
To Reproduce
Write label: Autor
in the config.yml
Expected behavior
I expect the label of the field or panel to be "Autor"
Screenshots
Applicable Versions:
- Netlify CMS version: 2.10.50
- Git provider: GitLab
- OS: Manjaro Linux
- Browser version: Chromium 83.0.4103.61
CMS configuration
- label: "Metadaten des Artikels"
name: "article"
file: "content/de/metadata/article-metadata.inc.yml"
fields:
- { label: Titel, name: title, widget: string }
- label: Autor_innen
label_singular: Autor_in
name: author
[...]
´´´
aboettger-tuhh, schlawiner and jonasreiher
Metadata
Metadata
Assignees
Labels
status: unconfirmedtype: bugcode to address defects in shipped codecode to address defects in shipped code