Projet

Général

Profil

Révision d1c64ea8

Ajouté par Assos Assos il y a plus de 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/file_entity/file_entity.file_default_displays.inc
18 18
  $file_display->status = TRUE;
19 19
  $file_display->settings = array(
20 20
    'controls' => 1,
21
    'controls_list' => array(
22
      'download' => 'download',
23
      'remote_playback' => 'remote_playback',
24
    ),
21 25
    'autoplay' => 0,
22 26
    'loop' => 0,
23 27
    'multiple_file_behavior' => 'tags',
......
39 43
  $file_display->status = TRUE;
40 44
  $file_display->settings = array(
41 45
    'controls' => 1,
46
    'controls_list' => array(
47
      'download' => 'download',
48
      'remote_playback' => 'remote_playback',
49
    ),
42 50
    'autoplay' => 0,
43 51
    'loop' => 0,
44 52
    'multiple_file_behavior' => 'tags',
......
139 147
  $file_display->status = TRUE;
140 148
  $file_display->settings = array(
141 149
    'controls' => 1,
150
    'controls_list' => array(
151
      'fullscreen' => 'fullscreen',
152
      'download' => 'download',
153
      'remote_playback' => 'remote_playback',
154
    ),
142 155
    'autoplay' => 0,
143 156
    'loop' => 0,
144 157
    'width' => '',
......
162 175
  $file_display->status = TRUE;
163 176
  $file_display->settings = array(
164 177
    'controls' => 1,
178
    'controls_list' => array(
179
      'fullscreen' => 'fullscreen',
180
      'download' => 'download',
181
      'remote_playback' => 'remote_playback',
182
    ),
165 183
    'autoplay' => 0,
166 184
    'loop' => 0,
167 185
    'width' => '',

Formats disponibles : Unified diff