Projet

Général

Profil

Révision c304a780

Ajouté par Assos Assos il y a environ 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ctools/plugins/content_types/term_context/term_description.inc
1 1
<?php
2 2

  
3 3
/**
4
 * @file
4 5
 * Plugins are described by creating a $plugin array which will be used
5 6
 * by the system that includes this file.
6 7
 */
8

  
7 9
$plugin = array(
8 10
  'single' => TRUE,
9 11
  'title' => t('Term description'),
......
46 48
}
47 49

  
48 50
function ctools_term_description_content_type_edit_form($form, &$form_state) {
49
  // provide a blank form so we have a place to have context setting.
51
  // Provide a blank form so we have a place to have context setting.
50 52
  return $form;
51 53
}

Formats disponibles : Unified diff