Multiple, nested, repeatable Components

I now just added the component manually to the card-component json-file:

"button": {
  "type": "component",
  "repeatable": false,
  "component": "elements.button"
}

Seems that everything works fine in the frontend. So is this the way to solve this?

4 Likes