Is there a way of creating a composite field that can have multiple values, with each value having another group of composite values?
E.g. we want to have this structure at the end:
- Group 1 (unlimited number of groups)
- Child field (unlimited children for each group)
- Child field
- ...
- Group 2
- Child field
- Child field
- ...
- ...
Is this possible at all for a custom module that defines a CCK field? If so, can someone push me in the right direction?