You are here

function oa_core_taxonomy_default_vocabularies in Open Atrium Core 7.2

Implements hook_taxonomy_default_vocabularies().

File

./oa_core.features.taxonomy.inc, line 10
oa_core.features.taxonomy.inc

Code

function oa_core_taxonomy_default_vocabularies() {
  return array(
    'space_type' => array(
      'name' => 'Space Blueprint',
      'machine_name' => 'space_type',
      'description' => '',
      'hierarchy' => 0,
      'module' => 'taxonomy',
      'weight' => 0,
    ),
  );
}