Skip to content

Add support for RepeatContent within RepeatContent (or ListContent) #60

@biohazardxxx

Description

@biohazardxxx

Adding a RepeatContent to a RepeatContent does not work.
It would be helpful to create a nested structure of text.
image
(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!!!!")))
);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions