Make header slider skipass badge configurable

This commit is contained in:
Björn Fromme
2020-08-03 20:05:56 +02:00
parent 7ab57a51cb
commit 3361dee5c5
4 changed files with 23 additions and 13 deletions
@@ -66,7 +66,7 @@ class SliderProcessor implements DataProcessorInterface
$qb = $this->getDbConnection()->createQueryBuilder();
$query = $qb
->select('uid', 'headline', 'subline', 'button', 'page_uid')
->select('uid', 'headline', 'subline', 'button', 'page_uid', 'skipass')
->from('tx_eptheme_domain_model_slide')
->where('page = :pageUid')
->andWhere('deleted = 0')