schachbulle / contao-newslinklist-bundle
Nachrichtenlinkliste-Bundle für Contao 4
Installs: 49
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:contao-bundle
Requires
- php: >=5.6
- contao/core-bundle: ^4.7
Requires (Dev)
Conflicts
- contao/core: *
- contao/manager-plugin: <2.0 || >=3.0
README
Verfügbare Templatevariablen
$this->link = Link zur Nachricht
$this->date = Datum der Nachricht ohne Uhrzeit im global eingestellten Format
$this->datetime = Datum der Nachricht mit Uhrzeit im global eingestellten Format
$this->unixtime = Datum der Nachricht als Zeitstempel
$this->newsHeadline = Titel der Nachricht
$this->subHeadline = Untertitel der Nachricht
$this->teaser = Teasertext der Nachricht
Darüberhinaus stehen die normalen Variablen zur Verfügung, die es in jedem Contao-Template gibt, z.B.
$this->headline
$this->hl
$this->class
Frank Hoppe