Created
February 22, 2011 21:12
-
-
Save sprice/839401 to your computer and use it in GitHub Desktop.
Change the categories of the Drupal Ideation feature
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git ideation.features.content.inc ideation.features.content.inc | |
| index 9b29bd6..f12c643 100644 | |
| --- ideation.features.content.inc | |
| +++ ideation.features.content.inc | |
| @@ -53,10 +53,10 @@ function ideation_content_default_fields() { | |
| 'active' => '1', | |
| 'text_processing' => '0', | |
| 'max_length' => '', | |
| - 'allowed_values' => 'Mathematics | |
| -English | |
| -Science | |
| -Literature Arts', | |
| + 'allowed_values' => 'Fencing | |
| +Beekeeping | |
| +Latin | |
| +Kite Flying', | |
| 'allowed_values_php' => '', | |
| 'widget' => array( | |
| 'default_value' => array( | |
| @@ -254,10 +254,10 @@ Idea We\'re Watching|Idea We\'re Watching', | |
| 'active' => '1', | |
| 'text_processing' => '0', | |
| 'max_length' => '', | |
| - 'allowed_values' => 'Mathematics | |
| -English | |
| -Science | |
| -Literature Arts', | |
| + 'allowed_values' => 'Fencing | |
| +Beekeeping | |
| +Latin | |
| +Kite Flying', | |
| 'allowed_values_php' => '', | |
| 'widget' => array( | |
| 'default_value' => array( | |
| diff --git ideation.info ideation.info | |
| index ea0f7de..6437285 100644 | |
| --- ideation.info | |
| +++ ideation.info | |
| @@ -1,4 +1,5 @@ | |
| core = "6.x" | |
| +datestamp = "1297359746" | |
| dependencies[] = "better_exposed_filters" | |
| dependencies[] = "comment" | |
| dependencies[] = "context" | |
| @@ -90,12 +91,7 @@ features[views][] = "ideas_watch" | |
| features[views_api][] = "api:2" | |
| name = "Ideation" | |
| package = "Features" | |
| +project = "ideation" | |
| spaces[types][] = "og" | |
| spaces[types][] = "site" | |
| - | |
| -; Information added by drupal.org packaging script on January 1, 1970 - 00:00 | |
| version = "6.x-1.0-rc1" | |
| -core = "6.x" | |
| -project = "ideation" | |
| -datestamp = "1297359746" | |
| - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment