Based on your query i'm assuming that you have a Repeatable Field Group and within that RFG you have a repeating field correct?
If so then the correct way to display this is by:
1. Create a view that will display the Repeatable Field Group on the template of the post type that the RFG is assigned to.
2. Inside your View that displays the RFG add the Repeating Fields block to the view.
This will allow you to display the Repeating Fields that belong to the Repeatable Field Group.
How can you have a repeatable field? Aren't all fields within an RFG repeatable fields? What I need is these examples:
DayScheme 1
+ Location A
- Workshop I
- Workshop II
+ Location B
- Workshop IV
+ Location C
- Workshop V
- Workshop VI
DayScheme 2
+ Location A
- Workshop I
- Workshop II
+ Location D
- Workshop III
- Workshop IV
First image is the implementation of the Post Field Group. Second of the Template.
It seems that RFG's withing RFG's are not possible to show in a View/Template. Should I create a Location type first, show that in a View and then the Workshops seperately as RFG's?
I see what you're saying now. You have Nested Repeatable Field Groups.
In this case you will need a nested view. Unfortunately if you're using the Blocks setup for view you won't be able to do the nested setup to display the inner most repeatable field group.
Your setup will look something like this below.
-- Content Template
-------View 1 with Parent Repeatable Field Group
------------View 2 with Child Repeatable Field Group.
Essentially to display the child RFG you will need to create it and then add that view to the Parent Repeatable Field Group within the <wpv-loop> tags.
How do I create a new View from outside the Block editor? When I try to create a new View below the Parent view, it doesn't allow me to select the Child RFG. And I can't create a new View from the Toolset menu. I remembered there was an option to show the Views in a previous version of Toolset, but I can't find that setting anymore.
If the classic view hasn't been enabled you can enable it by going to Toolset -> Settings and scrolling to Editing Experience. From there I recommend that you select " Show both the legacy and Blocks interface and let me choose which to use for each item I build".
This will allow you to have access to the classic editor as well as the block editor. From there refresh the page and go to Toolset -> Views.