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
select
At the moment https://www.netlifycms.org/docs/widgets/ doesn't cover how to add options to the select widget.
It would be good to have this documented and also mentioned about the ability to set distinct labels and values
labels
values
collections: foo: - {label: 'Option list', name: option-list', widget: select, options: [one, two,three] - {label: 'Option list', name: option-list', widget: select, options: [{label: 'Web Development', value: webdev]
https://github.com/netlify/netlify-cms/blob/master/src/components/Widgets/SelectControl.js#L18-L23
The text was updated successfully, but these errors were encountered:
This would be great to add to the Widget docs re-vamp in #619
Sorry, something went wrong.
Not quite closed yet. #806 addresses part of the issue, but we still need to add info on labels and values.
Closed by #876
Successfully merging a pull request may close this issue.
At the moment https://www.netlifycms.org/docs/widgets/ doesn't cover how to add options to the
select
widget.It would be good to have this documented and also mentioned about the ability to set distinct
labels
andvalues
https://github.com/netlify/netlify-cms/blob/master/src/components/Widgets/SelectControl.js#L18-L23
The text was updated successfully, but these errors were encountered: