You are here

function _webform_defaults_shs in Webform Simple Hierarchical Select 7

Implements _webform_defaults_component().

File

components/shs.inc, line 11
Webform simple hierarchical select component.

Code

function _webform_defaults_shs() {
  return array(
    'name' => '',
    'form_key' => NULL,
    'mandatory' => 0,
    'pid' => 0,
    'weight' => 0,
    'extra' => array(
      'vid' => NULL,
      'multiple' => NULL,
      'description' => '',
    ),
  );
}