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
My yml datastructure is like this:
- description: Description 1 date: 2019-10-13T15:04:10.000Z - description: Description 2 date: 2020-03-01T15:04:10.000Z
Now I want to configure my widget in netlify cms for it. I tried something like
- name: settings label: Settings editor: preview: false delete: false files: - file: src/data/events.yml label: Events name: events fields: - label: Event name: event_items widget: list fields: - {label: Date, name: date, widget: datetime} - {label: Description, name: description, widget: string}
This doesn't work because it always adds an event_items key at the top and I didn't manage it to get rid of it. Hopefully, some can help me.
The text was updated successfully, but these errors were encountered:
Hey @chrfritsch - I know this is super simple, but it isn't supported yet - follow #1877 for updates.
Sorry, something went wrong.
No branches or pull requests
My yml datastructure is like this:
Now I want to configure my widget in netlify cms for it. I tried something like
This doesn't work because it always adds an event_items key at the top and I didn't manage it to get rid of it.
Hopefully, some can help me.
The text was updated successfully, but these errors were encountered: