Skip to content
Code-Schnipsel Gruppen Projekte
Commit 7c39ecc1 erstellt von Michael's avatar Michael
Dateien durchsuchen

feat: Neuer Brick -> Seiten Liste in einem Grid

Übergeordneter d15d639a
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
Keine zugehörigen Merge Requests gefunden
......@@ -969,6 +969,9 @@
<option value="authorTop">
<locale group="quiqqer/bricks" var="brick.listTemplate.authorTop"/>
</option>
<option value="grid3x3">
<locale group="quiqqer/bricks" var="brick.listTemplate.grid3x3"/>
</option>
</setting>
<setting name="max" type="number">
......@@ -1004,6 +1007,11 @@
var="brick.showTime"/>
</setting>
<setting name="showSheets" type="checkbox">
<locale group="quiqqer/bricks"
var="brick.showSheets"/>
</setting>
</settings>
</brick>
......
<!-- @ToDo Seitenliste. Genau wie Seitentyps -->
{$ChildrenList->create()}
\ No newline at end of file
......@@ -59,6 +59,7 @@ public function getBody()
$Control->setAttribute('display', $this->getAttribute('template'));
$Control->setAttribute('limit', $this->getAttribute('max'));
$Control->setAttribute('showShort', $this->getAttribute('showShort'));
$Control->setAttribute('showSheets', $this->getAttribute('showSheets'));
$Control->setAttribute('showImages', $this->getAttribute('showImages'));
$Control->setAttribute('showTime', $this->getAttribute('showTime'));
$Control->setAttribute('showDate', $this->getAttribute('showDate'));
......
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren