### Add Image Array The following Control display an Array of Image that you can preview <img width="554" alt="Image" src="https://github.com/user-attachments/assets/7487d177-1d15-48f7-946c-21cf1289e7d3" /> ``` presets: { type: ControlType.Array, control: { type: ControlType.Object, controls: { image: { type: ControlType.ResponsiveImage, }, }, }, }, ```
Add Image Array
The following Control display an Array of Image that you can preview