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 ... } ``` theme