Variable Number of Nested Component Instances in Slots

I need clarification on whether Bricks 2.2’s new Component Slots feature supports adding a variable/unlimited number of nested component instances within a single slot, particularly when used as Gutenberg blocks. If this isn’t currently possible, I’d like to request this functionality.


Use Case & Context

I’m building design system components that need to accept multiple repeating child items, where the end user (content editor) determines how many instances to include. Common examples:

  • Accordion Component - variable number of Accordion Item components

  • Tabs Component - variable number of Tab Panel components

  • Feature Grid - variable number of Feature Card components

  • Testimonial Slider - variable number of Testimonial components

  • FAQ Section - variable number of FAQ Item components

These components will be registered as Gutenberg blocks for content editors who need a simple, intuitive interface without touching the Bricks builder directly.