Skip to content

Instantly share code, notes, and snippets.

@wodor
Created October 8, 2013 14:23
Show Gist options
  • Select an option

  • Save wodor/6885505 to your computer and use it in GitHub Desktop.

Select an option

Save wodor/6885505 to your computer and use it in GitHub Desktop.
$file_display = new stdClass();
$file_display->api_version = 1;
$file_display->name = 'video__media_large__file_field_mediaelement_video';
$file_display->weight = 0;
$file_display->status = TRUE;
$file_display->settings = array(
'controls' => 1,
'width' => '1033',
'height' => '768',
'download_link' => 0,
'download_text' => 'Download',
);
$export['video__media_large__file_field_mediaelement_video'] = $file_display;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment