Skip to content

Commit

Permalink
Merge branch 'abraxa1982-text-content-for-lists' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf Eggert committed Jun 26, 2020
2 parents 9aba3a4 + cccf5e3 commit 0bdcb43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Intent/AbstractIntent.php
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,8 @@ protected function renderAplListTemplate(ListContainer $container)
],
'textContent' => [
'title' => $container->getDisplayTitle(),
'largeText' => $container->getDisplayLargeText(),
'mediumText' => $container->getDisplayMediumText(),
'hintText' => $container->getHintText()
],
'listContent' => [],
Expand Down

0 comments on commit 0bdcb43

Please sign in to comment.