Projekt

Allgemein

Profil

Aktionen

GX-Bug #69186

geschlossen

Update the default content zone files and its unit tests with the new html structure

Von Alexandre Ataides vor mehr als 2 Jahren hinzugefügt. Vor mehr als 2 Jahren aktualisiert.

Status:
Erledigt
Priorität:
Normal
Zugewiesen an:
Ahmed Hamouda
Kategorie:
Frontend
Zielversion:
% erledigt:

0%

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

Die Struktur der Standard-Content-Zone-Dateien wurde aktualisiert.


Beschreibung

During the implementation of the background option to the section content, in the SE4, we changed the structure of the content zone HTML file.
We need to change it also for the all the default content zone files and fix the unit tests.

The changes must be made on Honeygrid and Malibu themes.

Before was:

<div class="container">
    <div id="textbox-4hhklyavl" class="gx-content-zone-row row textbox-g5ugj4ytx">.........</div>
</div>

Change to:

<div id="textbox-4hhklyavl" class="row textbox-g5ugj4ytx"> <!--  <--- NEW DIV -->
    <div class="container">
        <div class="gx-content-zone-row">.........</div>
    </div>
</div>


Zugehörige Tickets

Beziehung mit GX-Entwicklung - GX-Bug #69055: It's not possible to apply full width backgrounds to content sectionsErledigtAlexandre Ataides

Aktionen
Aktionen

Auch abrufbar als: Atom PDF