소스 검색

Evolution #762: Autoplay recherche

Sevajol Bastien 11 년 전
부모
커밋
e7a620c802
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/Muzich/CoreBundle/Resources/views/GlobalSearch/results.html.twig

+ 3 - 1
src/Muzich/CoreBundle/Resources/views/GlobalSearch/results.html.twig 파일 보기

@@ -46,7 +46,9 @@
46 46
         
47 47
         {% include "MuzichCoreBundle:SearchElement:default.html.twig" with {
48 48
           'noelements_filter' : true,
49
-          'elements'          : results.elements
49
+          'elements'          : results.elements,
50
+          'display_autoplay'     : true,
51
+          'autoplay_context'     : 'home'
50 52
         }%}
51 53
         
52 54
         {% if display_more_button and results.elements|length %}