Projet

Général

Profil

Révision e013fa40

Ajouté par Assos Assos il y a presque 7 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/media/modules/media_wysiwyg/media_wysiwyg.module
313 313
    '#description' => t('If checked, there will be an alignment (left/right/center) option when embedding media in a WYSIWYG.'),
314 314
  );
315 315

  
316
  $form['wysiwyg']['media_wysiwyg_external_link'] = array(
317
    '#type' => 'checkbox',
318
    '#title' => t('Provide the ability to link media to pages'),
319
    '#default_value' => variable_get('media_wysiwyg_external_link', FALSE),
320
    '#description' => t('If checked there will be a new field when embedding that will allow users to link to the media to urls'),
321
  );
316 322
  $form['#submit'][] = 'media_wysiwyg_admin_config_browser_pre_submit';
317 323
}
318 324

  

Formats disponibles : Unified diff