Projekt

Allgemein

Profil

Aktionen

GX-Feature #70449

geschlossen

Hinzufügen einer Möglichkeit zur Begrenzung der Anzahl von Abschnitten und Widgets | Add a way to limit the number of sections and widgets

Von Alexandre Ataides vor mehr als 1 Jahr hinzugefügt. Vor 8 Monaten aktualisiert.

Status:
Erledigt
Priorität:
Normal
Zugewiesen an:
Alexandre Ataides
Kategorie:
StyleEdit 4
Zielversion:
% erledigt:

0%

Geschätzter Aufwand:
8.00 h
Steps to reproduce:
Betroffene Versionen:
Unbestimmt
Release Notes Langtext:

Jetzt ist es möglich, die Anzahl der Abschnitte und Widgets, die in StyleEdit4 hinzugefügt werden können, zu begrenzen.


Beschreibung

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.

How to test:

  1. Add the "limit": 3 property to the themes/Malibu/contentzones/footer-columns.default.json file.
  2. Delete the themes/Malibu/contentzones/footer-columns.json if it exists.
  3. Go to SE4 and edit Malibu.
  4. Go to Areas > Footer > Variants and select the Indivudual variant.
// themes/Malibu/contentzones/footer-columns.default.json
{
    "id": "footer",
    "type": "content-zone",
--> "limit": 3,
    "rows": [...
}

Expected: After adding the new property, the plus icon to add a new section should be visible if: number of sections < limit


Aktionen

Auch abrufbar als: Atom PDF