Add an Array field type to CMS custom fields that allows us to add Objects. Additionally, let us define the schema for the Object type in the Array.
For example, I have a "Product" CMS collection item and I want an Array field called "Benefits." I want editors to add multiple objects of type "Benefit" to that Array. The Benefit could be a dialog with fields such as headline, paragraph, and image.
Yes please