Revision 0ccfec7f
Added by Assos Assos over 8 years ago
drupal7/sites/all/modules/media/modules/media_wysiwyg/wysiwyg_plugins/media.inc | ||
---|---|---|
12 | 12 |
$plugins['media'] = array( |
13 | 13 |
'title' => variable_get('media_wysiwyg_wysiwyg_title', t('Media browser')), |
14 | 14 |
'vendor url' => 'http://drupal.org/project/media', |
15 |
'icon path' => drupal_get_path('module', 'media_wysiwyg') . '/wysiwyg_plugins/media_ckeditor/images',
|
|
16 |
'icon file' => 'icon.gif',
|
|
15 |
'icon path' => drupal_get_path('module', 'media_wysiwyg') . '/images', |
|
16 |
'icon file' => 'wysiwyg-media.gif',
|
|
17 | 17 |
'icon title' => variable_get('media_wysiwyg_wysiwyg_icon_title', t('Add media')), |
18 | 18 |
// @todo: move this to the plugin directory for the wysiwyg plugin. |
19 | 19 |
'js path' => drupal_get_path('module', 'media_wysiwyg') . '/js', |
Also available in: Unified diff
Weekly update of contrib modules