GX-Feature #70449
Von Alexandre Ataides vor mehr als 1 Jahr aktualisiert
It could be helpful for the 3rd party developers to limit the number of sections that can be added to a theme.
This could be achieved by adding a `limit` property to the content zone JSON file.
```
{
"id": "footer",
"type": "content-zone",
--> "limit": 1
...
}
```
Expected: After adding the new property, the `plus` icon to add a new section should be visible if: `number of sections < limit`