Skip to content
Code-Schnipsel Gruppen Projekte
timeline.php 391 B
Newer Older
  • Learn to ignore specific revisions
  • $Timeline = new QUI\Timeline\Controls\Timeline([
        'Site' => $Site,
        'showLinks' => $Site->getAttribute('quiqqer.timeline.showLinks'),
        'itemtype' => 'http://schema.org/ItemList',
    
        'child-itemtype' => 'http://schema.org/ListItem',
    
        'display' => $Site->getAttribute('quiqqer.timeline.display')
    ]);
    
    $Engine->assign([