clameurs.strongarm.inc 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. <?php
  2. /**
  3. * @file
  4. * clameurs.strongarm.inc
  5. */
  6. /**
  7. * Implements hook_strongarm().
  8. */
  9. function clameurs_strongarm() {
  10. $export = array();
  11. $strongarm = new stdClass();
  12. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  13. $strongarm->api_version = 1;
  14. $strongarm->name = 'field_bundle_settings_node__documentair';
  15. $strongarm->value = array(
  16. 'view_modes' => array(),
  17. 'extra_fields' => array(
  18. 'form' => array(
  19. 'title' => array(
  20. 'weight' => '0',
  21. ),
  22. 'path' => array(
  23. 'weight' => '8',
  24. ),
  25. 'redirect' => array(
  26. 'weight' => '9',
  27. ),
  28. ),
  29. 'display' => array(),
  30. ),
  31. );
  32. $export['field_bundle_settings_node__documentair'] = $strongarm;
  33. $strongarm = new stdClass();
  34. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  35. $strongarm->api_version = 1;
  36. $strongarm->name = 'field_bundle_settings_node__episode';
  37. $strongarm->value = array(
  38. 'view_modes' => array(),
  39. 'extra_fields' => array(
  40. 'form' => array(
  41. 'title' => array(
  42. 'weight' => '0',
  43. ),
  44. 'path' => array(
  45. 'weight' => '4',
  46. ),
  47. 'redirect' => array(
  48. 'weight' => '5',
  49. ),
  50. ),
  51. 'display' => array(),
  52. ),
  53. );
  54. $export['field_bundle_settings_node__episode'] = $strongarm;
  55. $strongarm = new stdClass();
  56. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  57. $strongarm->api_version = 1;
  58. $strongarm->name = 'field_bundle_settings_node__thematique';
  59. $strongarm->value = array(
  60. 'view_modes' => array(),
  61. 'extra_fields' => array(
  62. 'form' => array(
  63. 'title' => array(
  64. 'weight' => '0',
  65. ),
  66. 'path' => array(
  67. 'weight' => '2',
  68. ),
  69. 'redirect' => array(
  70. 'weight' => '3',
  71. ),
  72. ),
  73. 'display' => array(),
  74. ),
  75. );
  76. $export['field_bundle_settings_node__thematique'] = $strongarm;
  77. $strongarm = new stdClass();
  78. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  79. $strongarm->api_version = 1;
  80. $strongarm->name = 'language_content_type_documentair';
  81. $strongarm->value = '0';
  82. $export['language_content_type_documentair'] = $strongarm;
  83. $strongarm = new stdClass();
  84. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  85. $strongarm->api_version = 1;
  86. $strongarm->name = 'language_content_type_episode';
  87. $strongarm->value = '0';
  88. $export['language_content_type_episode'] = $strongarm;
  89. $strongarm = new stdClass();
  90. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  91. $strongarm->api_version = 1;
  92. $strongarm->name = 'language_content_type_thematique';
  93. $strongarm->value = '0';
  94. $export['language_content_type_thematique'] = $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 = 'menu_options_documentair';
  99. $strongarm->value = array();
  100. $export['menu_options_documentair'] = $strongarm;
  101. $strongarm = new stdClass();
  102. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  103. $strongarm->api_version = 1;
  104. $strongarm->name = 'menu_options_episode';
  105. $strongarm->value = array();
  106. $export['menu_options_episode'] = $strongarm;
  107. $strongarm = new stdClass();
  108. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  109. $strongarm->api_version = 1;
  110. $strongarm->name = 'menu_options_thematique';
  111. $strongarm->value = array();
  112. $export['menu_options_thematique'] = $strongarm;
  113. $strongarm = new stdClass();
  114. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  115. $strongarm->api_version = 1;
  116. $strongarm->name = 'menu_parent_documentair';
  117. $strongarm->value = 'main-menu:0';
  118. $export['menu_parent_documentair'] = $strongarm;
  119. $strongarm = new stdClass();
  120. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  121. $strongarm->api_version = 1;
  122. $strongarm->name = 'menu_parent_episode';
  123. $strongarm->value = 'main-menu:0';
  124. $export['menu_parent_episode'] = $strongarm;
  125. $strongarm = new stdClass();
  126. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  127. $strongarm->api_version = 1;
  128. $strongarm->name = 'menu_parent_thematique';
  129. $strongarm->value = 'main-menu:0';
  130. $export['menu_parent_thematique'] = $strongarm;
  131. $strongarm = new stdClass();
  132. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  133. $strongarm->api_version = 1;
  134. $strongarm->name = 'node_options_documentair';
  135. $strongarm->value = array(
  136. 0 => 'status',
  137. );
  138. $export['node_options_documentair'] = $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 = 'node_options_episode';
  143. $strongarm->value = array(
  144. 0 => 'status',
  145. );
  146. $export['node_options_episode'] = $strongarm;
  147. $strongarm = new stdClass();
  148. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  149. $strongarm->api_version = 1;
  150. $strongarm->name = 'node_options_thematique';
  151. $strongarm->value = array(
  152. 0 => 'status',
  153. );
  154. $export['node_options_thematique'] = $strongarm;
  155. $strongarm = new stdClass();
  156. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  157. $strongarm->api_version = 1;
  158. $strongarm->name = 'node_preview_documentair';
  159. $strongarm->value = '0';
  160. $export['node_preview_documentair'] = $strongarm;
  161. $strongarm = new stdClass();
  162. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  163. $strongarm->api_version = 1;
  164. $strongarm->name = 'node_preview_episode';
  165. $strongarm->value = '0';
  166. $export['node_preview_episode'] = $strongarm;
  167. $strongarm = new stdClass();
  168. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  169. $strongarm->api_version = 1;
  170. $strongarm->name = 'node_preview_thematique';
  171. $strongarm->value = '0';
  172. $export['node_preview_thematique'] = $strongarm;
  173. $strongarm = new stdClass();
  174. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  175. $strongarm->api_version = 1;
  176. $strongarm->name = 'node_submitted_documentair';
  177. $strongarm->value = 0;
  178. $export['node_submitted_documentair'] = $strongarm;
  179. $strongarm = new stdClass();
  180. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  181. $strongarm->api_version = 1;
  182. $strongarm->name = 'node_submitted_episode';
  183. $strongarm->value = 0;
  184. $export['node_submitted_episode'] = $strongarm;
  185. $strongarm = new stdClass();
  186. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  187. $strongarm->api_version = 1;
  188. $strongarm->name = 'node_submitted_thematique';
  189. $strongarm->value = 0;
  190. $export['node_submitted_thematique'] = $strongarm;
  191. return $export;
  192. }