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

refactor: Listing Titel als locale und zusätzlich Attribut

Übergeordneter 05839273
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
......@@ -878,10 +878,10 @@
<!-- sites listing -->
<brick control="\QUI\Bricks\Controls\Children\Listing">
<title>
<locale group="quiqqer/bricks" var="bricks.control.list.aaaaaaaaaaaaaaa" />
<locale group="quiqqer/bricks" var="bricks.list.title" />
</title>
<description>
<locale group="quiqqer/bricks" var="bricks.control.list.description" />
<locale group="quiqqer/bricks" var="bricks.list.description" />
</description>
<settings>
......
......@@ -61,6 +61,7 @@ public function getBody()
$Control->setAttribute('showTime', $this->getAttribute('showTime'));
$Control->setAttribute('showDate', $this->getAttribute('showDate'));
$Control->setAttribute('showCreator', $this->getAttribute('showCreator'));
$Control->setAttribute('Site', false);
return $Control->create();
}
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren