public static property remote__data::$default_instance_settings

Overrides WebServicesField::$default_instance_settings

File

tripal_ws/includes/TripalFields/remote__data/remote__data.inc, line 56

Class

remote__data
@class Purpose:

Code

public static $default_instance_settings = array(
  // The short name for the vocabulary (e.g. schema, SO, GO, PATO, etc.).
  'term_vocabulary' => 'schema',
  // The name of the term.
  'term_name' => 'Thing',
  // The unique ID (i.e. accession) of the term.
  'term_accession' => 'property',
  // Set to TRUE if the site admin is not allowed to change the term
  // type, otherwise the admin can change the term mapped to a field.
  'term_fixed' => FALSE,
  // Indicates if this field should be automatically attached to display
  // or web services or if this field should be loaded separately. This
  // is convenient for speed.  Fields that are slow should for loading
  // should have auto_attach set to FALSE so tha their values can be
  // attached asynchronously.
  'auto_attach' => FALSE,
  // Settings to allow the site admin to set the remote data source info.
  'data_info' => array(
    'query' => '',
    'remote_site' => '',
    'description' => '',
    'rd_field_name' => '',
    'site_logo' => '',
  ),
);