We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems values of Taxonomy are being capitalized.
create-project bolt/project
Add this taxonomy to taxonomy.yml
taxonomy.yml
regions: name: Regio's slug: regios singular_name: Regio singular_slug: regio behaves_like: categories multiple: false options: [ Haarlemmermeer, Amsterdam-Amstelland, Zuid-Kennermerland, IJmond ] required: true
Select a value for the Taxonomy regions to see the option values in the select field are capitalized.
regions
Non capitalized taxonomy values. Respect the value as it is entered in the taxonomy configuration.
Capitalized taxonomy values
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
It seems values of Taxonomy are being capitalized.
Details
create-project bolt/project
Reproduction
Add this taxonomy to
taxonomy.yml
Select a value for the Taxonomy
regions
to see the option values in the select field are capitalized.Expected result
Non capitalized taxonomy values.
Respect the value as it is entered in the taxonomy configuration.
Actual result
Capitalized taxonomy values
The text was updated successfully, but these errors were encountered: