public static property so__cds::$default_instance_settings

Overrides ChadoField::$default_instance_settings

File

tripal_chado/includes/TripalFields/so__cds/so__cds.inc, line 27

Class

so__cds

Code

public static $default_instance_settings = array(
  // The short name for the vocabulary (e.g. shcema, SO, GO, PATO, etc.).
  'term_vocabulary' => 'SO',
  // The name of the term.
  'term_name' => 'CDS',
  // The unique ID (i.e. accession) of the term.
  'term_accession' => '0000316',
  // Set to TRUE if the site admin is allowed to change the term
  // type. This will create form elements when editing the field instance
  // to allow the site admin to change the term settings above.
  'term_fixed' => FALSE,
);