| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** 4 * Implementation of hook_strongarm(). 5 */ 6 function fyeo_lineup_strongarm() { 7 $export = array(); 8 $strongarm = new stdClass; 9 $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ 10 $strongarm->api_version = 1; 11 $strongarm->name = 'comment_anonymous_fyeo_lineup'; 12 $strongarm->value = 0; 13 14 $export['comment_anonymous_fyeo_lineup'] = $strongarm; 15 $strongarm = new stdClass; 16 $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ 17 $strongarm->api_version = 1; 18 $strongarm->name = 'comment_controls_fyeo_lineup'; 19 $strongarm->value = '3'; 20 21 $export['comment_controls_fyeo_lineup'] = $strongarm; 22 $strongarm = new stdClass; 23 $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ 24 $strongarm->api_version = 1; 25 $strongarm->name = 'comment_default_mode_fyeo_lineup'; 26 $strongarm->value = '4'; 27 28 $export['comment_default_mode_fyeo_lineup'] = $strongarm; 29 $strongarm = new stdClass; 30 $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ 31 $strongarm->api_version = 1; 32 $strongarm->name = 'comment_default_order_fyeo_lineup'; 33 $strongarm->value = '1'; 34 35 $export['comment_default_order_fyeo_lineup'] = $strongarm; 36 $strongarm = new stdClass; 37 $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ 38 $strongarm->api_version = 1; 39 $strongarm->name = 'comment_default_per_page_fyeo_lineup'; 40 $strongarm->value = '50'; 41 42 $export['comment_default_per_page_fyeo_lineup'] = $strongarm; 43 $strongarm = new stdClass; 44 $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ 45 $strongarm->api_version = 1; 46 $strongarm->name = 'comment_form_location_fyeo_lineup'; 47 $strongarm->value = '0'; 48 49 $export['comment_form_location_fyeo_lineup'] = $strongarm; 50 $strongarm = new stdClass; 51 $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ 52 $strongarm->api_version = 1; 53 $strongarm->name = 'comment_fyeo_lineup'; 54 $strongarm->value = '0'; 55 56 $export['comment_fyeo_lineup'] = $strongarm; 57 $strongarm = new stdClass; 58 $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ 59 $strongarm->api_version = 1; 60 $strongarm->name = 'comment_preview_fyeo_lineup'; 61 $strongarm->value = '1'; 62 63 $export['comment_preview_fyeo_lineup'] = $strongarm; 64 $strongarm = new stdClass; 65 $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ 66 $strongarm->api_version = 1; 67 $strongarm->name = 'comment_subject_field_fyeo_lineup'; 68 $strongarm->value = '1'; 69 70 $export['comment_subject_field_fyeo_lineup'] = $strongarm; 71 $strongarm = new stdClass; 72 $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ 73 $strongarm->api_version = 1; 74 $strongarm->name = 'content_extra_weights_fyeo_lineup'; 75 $strongarm->value = array( 76 'title' => '11', 77 'body_field' => '14', 78 'revision_information' => '20', 79 'author' => '21', 80 'options' => '22', 81 'comment_settings' => '24', 82 'menu' => '19', 83 'path' => '25', 84 'attachments' => '23', 85 ); 86 87 $export['content_extra_weights_fyeo_lineup'] = $strongarm; 88 $strongarm = new stdClass; 89 $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ 90 $strongarm->api_version = 1; 91 $strongarm->name = 'date_format_6digit'; 92 $strongarm->value = 'ymd'; 93 94 $export['date_format_6digit'] = $strongarm; 95 $strongarm = new stdClass; 96 $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ 97 $strongarm->api_version = 1; 98 $strongarm->name = 'image_attach_fyeo_lineup'; 99 $strongarm->value = '0'; 100 101 $export['image_attach_fyeo_lineup'] = $strongarm; 102 $strongarm = new stdClass; 103 $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ 104 $strongarm->api_version = 1; 105 $strongarm->name = 'image_attach_maximum_fyeo_lineup'; 106 $strongarm->value = '0'; 107 108 $export['image_attach_maximum_fyeo_lineup'] = $strongarm; 109 $strongarm = new stdClass; 110 $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ 111 $strongarm->api_version = 1; 112 $strongarm->name = 'image_attach_size_teaser_fyeo_lineup'; 113 $strongarm->value = 'thumbnail'; 114 115 $export['image_attach_size_teaser_fyeo_lineup'] = $strongarm; 116 $strongarm = new stdClass; 117 $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ 118 $strongarm->api_version = 1; 119 $strongarm->name = 'language_content_type_fyeo_lineup'; 120 $strongarm->value = '0'; 121 122 $export['language_content_type_fyeo_lineup'] = $strongarm; 123 $strongarm = new stdClass; 124 $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ 125 $strongarm->api_version = 1; 126 $strongarm->name = 'node_options_fyeo_lineup'; 127 $strongarm->value = array( 128 0 => 'status', 129 ); 130 131 $export['node_options_fyeo_lineup'] = $strongarm; 132 $strongarm = new stdClass; 133 $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ 134 $strongarm->api_version = 1; 135 $strongarm->name = 'pathauto_node_fyeo_lineup_pattern'; 136 $strongarm->value = 'fyeo/lineup/[field_fyeo_show_date-yy][field_fyeo_show_date-mm][field_fyeo_show_date-dd]'; 137 138 $export['pathauto_node_fyeo_lineup_pattern'] = $strongarm; 139 $strongarm = new stdClass; 140 $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ 141 $strongarm->api_version = 1; 142 $strongarm->name = 'upload_fyeo_lineup'; 143 $strongarm->value = '1'; 144 145 $export['upload_fyeo_lineup'] = $strongarm; 146 return $export; 147 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |