From 7428f12600700e85bfce4958a113886362f30387 Mon Sep 17 00:00:00 2001 From: Florian BLOUET Date: Tue, 23 Feb 2016 15:28:58 +0100 Subject: [PATCH] update configuration sample for embed bundle --- config/configuration.sample.yml | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/config/configuration.sample.yml b/config/configuration.sample.yml index b1adc6c91a..f20aad5338 100644 --- a/config/configuration.sample.yml +++ b/config/configuration.sample.yml @@ -220,14 +220,17 @@ crossdomain: secure: 'false' headers: 'Authorization,X-Foo*' embed_bundle: - video_player: 'videojs' - video_autoplay: false - video_available_speeds: - - 0.5 - - 1 - - 1.5 - - 2 - audio_player: 'videojs' - audio_autoplay: false + video: + player: videojs + autoplay: false + coverSubdef: previewx4 + available-speeds: + - 1 + - 1.5 + - 3 + audio: + player: videojs + autoplay: false document: - enable_pdfjs: true \ No newline at end of file + player: flexpaper + enable-pdfjs: true