How to create sub props, or prop arrays ?

Hi, if you are using code components you can use the array type Code components API reference | Learn Plasmic to create this list-builder UI in your props. If you are referring to native plasmic components it’s not possible currently to create a prop to the component that is going to generate the list-builder UI, but you can use the type object to achieve a more free approach than the hardcoded approach that you are going with currently.