Revert to default Features exported code and comments.

This commit is contained in:
Michael Stenta 2015-04-21 23:04:06 -04:00
parent bfa421c0a4
commit 6b608ceb41
5 changed files with 21 additions and 19 deletions

View File

@ -1,7 +1,7 @@
<?php
/**
* @file
* Field features for farm_taxonomy.
* farm_taxonomy.features.field.inc
*/
/**
@ -13,17 +13,17 @@ function farm_taxonomy_field_default_fields() {
// Exported field: 'taxonomy_term-farm_season-field_farm_date_range'.
$fields['taxonomy_term-farm_season-field_farm_date_range'] = array(
'field_config' => array(
'active' => '1',
'cardinality' => '1',
'deleted' => '0',
'active' => 1,
'cardinality' => 1,
'deleted' => 0,
'entity_types' => array(),
'field_name' => 'field_farm_date_range',
'foreign keys' => array(),
'indexes' => array(),
'locked' => '0',
'locked' => 0,
'module' => 'date',
'settings' => array(
'cache_count' => '4',
'cache_count' => 4,
'cache_enabled' => 0,
'granularity' => array(
'day' => 'day',
@ -33,17 +33,17 @@ function farm_taxonomy_field_default_fields() {
'second' => 0,
'year' => 'year',
),
'repeat' => '0',
'repeat' => 0,
'timezone_db' => '',
'todate' => 'required',
'tz_handling' => 'none',
),
'translatable' => '0',
'translatable' => 0,
'type' => 'datestamp',
),
'field_instance' => array(
'bundle' => 'farm_season',
'deleted' => '0',
'deleted' => 0,
'description' => '',
'display' => array(
'default' => array(
@ -58,7 +58,7 @@ function farm_taxonomy_field_default_fields() {
'show_repeat_rule' => 'show',
),
'type' => 'date_default',
'weight' => '0',
'weight' => 0,
),
),
'entity_type' => 'taxonomy_term',
@ -76,7 +76,7 @@ function farm_taxonomy_field_default_fields() {
'active' => 1,
'module' => 'date',
'settings' => array(
'increment' => '15',
'increment' => 15,
'input_format' => 'M j Y - g:i:sa',
'input_format_custom' => '',
'label_position' => 'above',
@ -85,7 +85,7 @@ function farm_taxonomy_field_default_fields() {
'year_range' => '-3:+3',
),
'type' => 'date_popup',
'weight' => '1',
'weight' => 1,
),
),
);

View File

@ -1,7 +1,7 @@
<?php
/**
* @file
* Features include file for farm_taxonomy.
* farm_taxonomy.features.inc
*/
/**

View File

@ -1,7 +1,7 @@
<?php
/**
* @file
* Taxonomy features for farm_taxonomy.
* farm_taxonomy.features.taxonomy.inc
*/
/**
@ -13,9 +13,9 @@ function farm_taxonomy_taxonomy_default_vocabularies() {
'name' => 'Farm Materials',
'machine_name' => 'farm_materials',
'description' => 'A vocabulary of farm materials.',
'hierarchy' => '0',
'hierarchy' => 0,
'module' => 'taxonomy',
'weight' => '0',
'weight' => 0,
'rdf_mapping' => array(
'rdftype' => array(
0 => 'skos:ConceptScheme',
@ -36,9 +36,9 @@ function farm_taxonomy_taxonomy_default_vocabularies() {
'name' => 'Farm Season',
'machine_name' => 'farm_season',
'description' => 'A list of farm seasons.',
'hierarchy' => '0',
'hierarchy' => 0,
'module' => 'taxonomy',
'weight' => '0',
'weight' => 0,
'rdf_mapping' => array(
'rdftype' => array(
0 => 'skos:ConceptScheme',

View File

@ -2,9 +2,11 @@ name = Farm Taxonomy
description = Common taxonomies for farms.
core = 7.x
package = Farm
dependencies[] = ctools
dependencies[] = date
dependencies[] = date_popup
dependencies[] = features
dependencies[] = field_sql_storage
dependencies[] = pathauto
dependencies[] = strongarm
dependencies[] = taxonomy

View File

@ -1,7 +1,7 @@
<?php
/**
* @file
* Strongarm variables for farm_taxonomy.
* farm_taxonomy.strongarm.inc
*/
/**