You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding a RepeatContent to a RepeatContent does not work.
It would be helpful to create a nested structure of text.
(n products, have n patches with n changes)
Otherwise nested ListContent would be an alternative to have nested ListContent blocks .
something like:
var valuesToFill = new Content(new RepeatContent("RepeatParentContent")
.AddItem(new FieldContent("Title", "Tests"),
new RepeatContent("RepeatChildrenContent", new FieldContent("SubTest", "WORKS!!!!"))
.AddItem(new RepeatContent("RepeatChildrenContent", new FieldContent("SubTest", "WORKS also!!!!")))
);
The text was updated successfully, but these errors were encountered:
Adding a RepeatContent to a RepeatContent does not work.
It would be helpful to create a nested structure of text.
(n products, have n patches with n changes)
Otherwise nested ListContent would be an alternative to have nested ListContent blocks .
something like:
The text was updated successfully, but these errors were encountered: