created showroom feature
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
/**
|
||||
* @file
|
||||
* showroom.features.taxonomy.inc
|
||||
*/
|
||||
|
||||
/**
|
||||
* Implements hook_taxonomy_default_vocabularies().
|
||||
*/
|
||||
function showroom_taxonomy_default_vocabularies() {
|
||||
return array(
|
||||
'showroom' => array(
|
||||
'name' => 'Showroom',
|
||||
'machine_name' => 'showroom',
|
||||
'description' => '',
|
||||
'hierarchy' => 0,
|
||||
'module' => 'taxonomy',
|
||||
'weight' => 0,
|
||||
),
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user