diff --git a/features/drupalorg_projects/drupalorg_projects.features.field_instance.inc b/features/drupalorg_projects/drupalorg_projects.features.field_instance.inc index 38bcac667bf3b0bb8f6d298027bbef1f50504a86..739e50ce0c05b173216157aa90d2d47e1519879a 100644 --- a/features/drupalorg_projects/drupalorg_projects.features.field_instance.inc +++ b/features/drupalorg_projects/drupalorg_projects.features.field_instance.inc @@ -1842,7 +1842,7 @@ function drupalorg_projects_field_default_field_instances() { // Exported field_instance: 'node-project_core-taxonomy_vocabulary_44'. $field_instances['node-project_core-taxonomy_vocabulary_44'] = array( 'bundle' => 'project_core', - 'default_value' => NULL, + 'default_value' => array(), 'deleted' => 0, 'description' => '', 'display' => array( @@ -1900,7 +1900,7 @@ function drupalorg_projects_field_default_field_instances() { 'widget' => array( 'module' => 'options', 'settings' => array(), - 'type' => 'options_select', + 'type' => 'options_buttons', 'weight' => -4, ), ); @@ -1910,7 +1910,7 @@ function drupalorg_projects_field_default_field_instances() { 'bundle' => 'project_core', 'default_value' => NULL, 'deleted' => 0, - 'description' => 'For definitions of maintenance and development statuses, see <a href="http://drupal.org/node/314492">Maintenance of your project</a>.', + 'description' => '', 'display' => array( 'default' => array( 'label' => 'above', @@ -1964,9 +1964,10 @@ function drupalorg_projects_field_default_field_instances() { 'user_register_form' => FALSE, ), 'widget' => array( + 'active' => 1, 'module' => 'options', 'settings' => array(), - 'type' => 'options_select', + 'type' => 'options_buttons', 'weight' => -3, ), ); @@ -16198,7 +16199,7 @@ You may continue to put additional information below here, if there are other th // Exported field_instance: 'node-project_translation-taxonomy_vocabulary_44'. $field_instances['node-project_translation-taxonomy_vocabulary_44'] = array( 'bundle' => 'project_translation', - 'default_value' => NULL, + 'default_value' => array(), 'deleted' => 0, 'description' => '', 'display' => array( @@ -16256,7 +16257,7 @@ You may continue to put additional information below here, if there are other th 'widget' => array( 'module' => 'options', 'settings' => array(), - 'type' => 'options_select', + 'type' => 'options_buttons', 'weight' => -4, ), ); @@ -16266,7 +16267,7 @@ You may continue to put additional information below here, if there are other th 'bundle' => 'project_translation', 'default_value' => NULL, 'deleted' => 0, - 'description' => 'For definitions of maintenance and development statuses, see <a href="http://drupal.org/node/314492">Maintenance of your project</a>.', + 'description' => '', 'display' => array( 'default' => array( 'label' => 'above', @@ -16320,9 +16321,10 @@ You may continue to put additional information below here, if there are other th 'user_register_form' => FALSE, ), 'widget' => array( + 'active' => 1, 'module' => 'options', 'settings' => array(), - 'type' => 'options_select', + 'type' => 'options_buttons', 'weight' => -3, ), ); @@ -16386,7 +16388,6 @@ You may continue to put additional information below here, if there are other th t('Enable issue tracker'); t('Enter a description of this release, such as a list of the major changes or updates.'); t('File attachments'); - t('For definitions of maintenance and development statuses, see <a href="http://drupal.org/node/314492">Maintenance of your project</a>.'); t('Has project releases'); t('Home page'); t('How is this release built? Can be either \'Static\' if the files associated with it are built once and remain unchanged (e.g. an official release from a tag), or \'Dynamic\' if the files are regularly rebuilt and updated (e.g. a development snapshot rebuilt from the end of a branch).'); diff --git a/features/drupalorg_projects/drupalorg_projects.info b/features/drupalorg_projects/drupalorg_projects.info index cbbbfc0040499ce8236f31f3fcdcf7898b04fa9f..89d4ecae16ded3efdb4c0e907a95e5880d3a8e7d 100644 --- a/features/drupalorg_projects/drupalorg_projects.info +++ b/features/drupalorg_projects/drupalorg_projects.info @@ -29,7 +29,7 @@ dependencies[] = taxonomy dependencies[] = text dependencies[] = views dependencies[] = views_content -datestamp = 1717448605 +datestamp = 1726610879 features[ctools][] = field_group:field_group:1 features[ctools][] = panelizer:panelizer:1 features[ctools][] = strongarm:strongarm:1