1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 17:19:56 +02:00

Added a pref to make youtube bbcodes responsive. (ie. behave like media-manager youtube videos)

This commit is contained in:
Cameron
2014-10-22 17:59:15 -07:00
parent a3bb284031
commit 557e0111a5
2 changed files with 22 additions and 11 deletions

View File

@@ -729,7 +729,8 @@ class media_admin_ui extends e_admin_ui
'youtube_showinfo' => array('title'=> "Show Video Info", 'tab'=>2, 'type' => 'boolean', 'data'=>'int', 'help'=>''),
'youtube_cc_load_policy' => array('title'=> "Show Closed-Captions by default", 'tab'=>2, 'type' => 'boolean', 'data'=>'int', 'help'=>''),
'youtube_modestbranding' => array('title'=> "Use Modest Branding", 'tab'=>2, 'type' => 'boolean', 'data'=>'int', 'help'=>''),
'youtube_bbcode_responsive' => array('title'=> "Make the YouTube bbcode responsive", 'tab'=>2, 'type' => 'boolean', 'data'=>'int', 'help'=>''),
//
);