Skip to content
New issue

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

Support for nested for loops #1091

Open
carolineolivia opened this issue Sep 30, 2019 · 0 comments
Open

Support for nested for loops #1091

carolineolivia opened this issue Sep 30, 2019 · 0 comments

Comments

@carolineolivia
Copy link

I have a collection with nested for loops like this

title: name
published: true
dates:
  - startdate: May 1st 2019
     sub-dates:
     - title: May 5th
     - title: May 8th
  - startdate: February 6th 2020
     sub-dates:
     - title: Februrary 8th
     - title: Februrary 8th

I have set it up in prose to be a multiselect, but it reads it as
[object Object]

image

Is there no support for nested for loops?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant