add configuration options for embedBundle, fix frontend dependencies build issues

This commit is contained in:
Florian BLOUET
2015-12-07 16:57:53 +01:00
parent f24bf2f804
commit 46bf7794b4
4 changed files with 28 additions and 1 deletions

View File

@@ -219,3 +219,13 @@ crossdomain:
domain: 'foo.example.com'
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