⚡️Seamlessly create nested and repeatable data structures with the new Object field. With the latest release, we are glad to introduce the new ‘Object Field in Headless CMS’ feature. Webiny 5.11.0 With the Object field you can create complex data structures with ease. Let's dive into the highlighting capabilities of the Object field. Nested and repeatable data structures were some of the hot topics discussed in the Webiny community. We’d like to give a huge thanks to our community members for their suggestions and contributions. Build Nested Data Structures The new Object field allows you to build nested data structures. You can create an object and add various existing fields ( , field, etc.) to it. ref richText Along with this, you can also nest objects within other objects. Repeatable Structure The icing on the cake is that the data structure created with Object fields can be repeatable (like an array of nested objects). The property allows the creation of the repeatable object. For example: Setting the property to on the Equipment model will make it multi-valued. Use as a repeatable object Use as a repeatable object true Below is the model view for the multi-valued Equipment field: The preview of the model will look like this: GraphQL Schema Auto-Complete Support Object field respects all the rules and behaviours of all the other existing fields ( , field, etc.). You also get a full GraphQL Schema auto-complete on your nested fields. ref richText Alright, let's see the demo in action! Try the new and please your valuable feedback! Headless CMS - Object field let us know