From fab4491fe517db77cd7ffa5be04ca2d217345d3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Burnichon?= Date: Wed, 2 Mar 2016 10:59:37 +0100 Subject: [PATCH] Fixes default embed-bundle configuration PHRAS-1025 --- lib/conf.d/configuration.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/lib/conf.d/configuration.yml b/lib/conf.d/configuration.yml index 371b7b1d02..3a312ed3bb 100644 --- a/lib/conf.d/configuration.yml +++ b/lib/conf.d/configuration.yml @@ -196,3 +196,18 @@ crossdomain: - domain: '*.cooliris.com' secure: 'false' +embed_bundle: + video: + player: videojs + autoplay: false + coverSubdef: thumbnail + available-speeds: + - 1 + - 1.5 + - 3 + audio: + player: videojs + autoplay: false + document: + player: flexpaper + enable-pdfjs: true