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

[Data Object Editor] Structure for field collections #588

Closed
vin0401 opened this issue Nov 28, 2024 · 1 comment · Fixed by #591
Closed

[Data Object Editor] Structure for field collections #588

vin0401 opened this issue Nov 28, 2024 · 1 comment · Fixed by #591
Assignees

Comments

@vin0401
Copy link

vin0401 commented Nov 28, 2024

The current structure for the field collections is a bit limiting when it comes to new information we want to add to the field collections:

Image

Instead we should nest the data in a own property to avoid naming conflicts:

FieldCollectionExample: [
    0: {
        type: 'MyCollction',
        data: {
            field1: 'value',
            field2: 'value'
        }
    }
]
@lukmzig
Copy link
Contributor

lukmzig commented Nov 28, 2024

Part of #566

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

Successfully merging a pull request may close this issue.

2 participants