Skip to content
Code-Schnipsel Gruppen Projekte
Bestätigt Commit 2e47afdc erstellt von Dominik Chrzanowski's avatar Dominik Chrzanowski Committed von Jan Wennrich
Dateien durchsuchen

feat: added new setting

Übergeordneter 8eeaa023
No related branches found
No related tags found
4 Merge Requests!4Release,!3feat: use images in timeline,!2feat: use images in timeline,!1Add QUIQQER Tooling
...@@ -43,6 +43,10 @@ ...@@ -43,6 +43,10 @@
var="brick.timeline.setting.order.inverted"/> var="brick.timeline.setting.order.inverted"/>
</option> </option>
</setting> </setting>
<setting name="showLinks" type="checkbox">
<locale group="quiqqer/timeline" var="brick.timeline.setting.showLinks"/>
</setting>
</settings> </settings>
</brick> </brick>
......
...@@ -80,6 +80,11 @@ ...@@ -80,6 +80,11 @@
<en><![CDATA[Inverted]]></en> <en><![CDATA[Inverted]]></en>
</locale> </locale>
<locale name="brick.timeline.setting.showLinks">
<de><![CDATA[Hyperlinks für jede Site anzeigen?]]></de>
<en><![CDATA[Show hyperlinks for each site?]]></en>
</locale>
</groups> </groups>
<groups name="quiqqer/timeline" datatype="php"> <groups name="quiqqer/timeline" datatype="php">
......
...@@ -48,6 +48,7 @@ public function getBody() ...@@ -48,6 +48,7 @@ public function getBody()
$Control->setAttribute('parentInputList', $this->getAttribute('site')); $Control->setAttribute('parentInputList', $this->getAttribute('site'));
$Control->setAttribute('imageFit', $this->getAttribute('image')); $Control->setAttribute('imageFit', $this->getAttribute('image'));
$Control->setAttribute('order', $this->getAttribute('order')); $Control->setAttribute('order', $this->getAttribute('order'));
$Control->setAttribute('showLinks', $this->getAttribute('showLinks'));
$result = $Control->create(); $result = $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