materio_personal_notes.strongarm.inc 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. <?php
  2. /**
  3. * @file
  4. * materio_personal_notes.strongarm.inc
  5. */
  6. /**
  7. * Implements hook_strongarm().
  8. */
  9. function materio_personal_notes_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 = 'additional_settings__active_tab_note';
  15. $strongarm->value = 'edit-unique-field';
  16. $export['additional_settings__active_tab_note'] = $strongarm;
  17. $strongarm = new stdClass();
  18. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  19. $strongarm->api_version = 1;
  20. $strongarm->name = 'ant_note';
  21. $strongarm->value = '1';
  22. $export['ant_note'] = $strongarm;
  23. $strongarm = new stdClass();
  24. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  25. $strongarm->api_version = 1;
  26. $strongarm->name = 'ant_pattern_note';
  27. $strongarm->value = '[current-user:uid]-[random:number]';
  28. $export['ant_pattern_note'] = $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 = 'ant_php_note';
  33. $strongarm->value = 0;
  34. $export['ant_php_note'] = $strongarm;
  35. $strongarm = new stdClass();
  36. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  37. $strongarm->api_version = 1;
  38. $strongarm->name = 'date_popup_authored_enabled_note';
  39. $strongarm->value = 1;
  40. $export['date_popup_authored_enabled_note'] = $strongarm;
  41. $strongarm = new stdClass();
  42. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  43. $strongarm->api_version = 1;
  44. $strongarm->name = 'date_popup_authored_format_note';
  45. $strongarm->value = 'm/d/Y - H:i';
  46. $export['date_popup_authored_format_note'] = $strongarm;
  47. $strongarm = new stdClass();
  48. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  49. $strongarm->api_version = 1;
  50. $strongarm->name = 'date_popup_authored_year_range_note';
  51. $strongarm->value = '3';
  52. $export['date_popup_authored_year_range_note'] = $strongarm;
  53. $strongarm = new stdClass();
  54. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  55. $strongarm->api_version = 1;
  56. $strongarm->name = 'diff_enable_revisions_page_node_note';
  57. $strongarm->value = 0;
  58. $export['diff_enable_revisions_page_node_note'] = $strongarm;
  59. $strongarm = new stdClass();
  60. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  61. $strongarm->api_version = 1;
  62. $strongarm->name = 'diff_show_preview_changes_node_note';
  63. $strongarm->value = 0;
  64. $export['diff_show_preview_changes_node_note'] = $strongarm;
  65. $strongarm = new stdClass();
  66. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  67. $strongarm->api_version = 1;
  68. $strongarm->name = 'diff_view_mode_preview_node_note';
  69. $strongarm->value = 'full';
  70. $export['diff_view_mode_preview_node_note'] = $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 = 'entity_translation_hide_translation_links_note';
  75. $strongarm->value = 0;
  76. $export['entity_translation_hide_translation_links_note'] = $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 = 'entity_translation_node_metadata_note';
  81. $strongarm->value = '0';
  82. $export['entity_translation_node_metadata_note'] = $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 = 'field_bundle_settings_node__note';
  87. $strongarm->value = array(
  88. 'view_modes' => array(
  89. 'teaser' => array(
  90. 'custom_settings' => TRUE,
  91. ),
  92. 'homeblock' => array(
  93. 'custom_settings' => TRUE,
  94. ),
  95. 'bookmark' => array(
  96. 'custom_settings' => TRUE,
  97. ),
  98. 'cardsmall' => array(
  99. 'custom_settings' => TRUE,
  100. ),
  101. 'cardmedium' => array(
  102. 'custom_settings' => TRUE,
  103. ),
  104. 'cardbig' => array(
  105. 'custom_settings' => TRUE,
  106. ),
  107. 'cardfull' => array(
  108. 'custom_settings' => TRUE,
  109. ),
  110. 'full' => array(
  111. 'custom_settings' => FALSE,
  112. ),
  113. 'rss' => array(
  114. 'custom_settings' => FALSE,
  115. ),
  116. 'diff_standard' => array(
  117. 'custom_settings' => FALSE,
  118. ),
  119. 'print' => array(
  120. 'custom_settings' => FALSE,
  121. ),
  122. 'email_plain' => array(
  123. 'custom_settings' => FALSE,
  124. ),
  125. 'email_html' => array(
  126. 'custom_settings' => FALSE,
  127. ),
  128. 'email_textalt' => array(
  129. 'custom_settings' => FALSE,
  130. ),
  131. 'token' => array(
  132. 'custom_settings' => FALSE,
  133. ),
  134. ),
  135. 'extra_fields' => array(
  136. 'form' => array(
  137. 'metatags' => array(
  138. 'weight' => '5',
  139. ),
  140. 'title' => array(
  141. 'weight' => '0',
  142. ),
  143. 'path' => array(
  144. 'weight' => '3',
  145. ),
  146. 'redirect' => array(
  147. 'weight' => '4',
  148. ),
  149. ),
  150. 'display' => array(),
  151. ),
  152. );
  153. $export['field_bundle_settings_node__note'] = $strongarm;
  154. $strongarm = new stdClass();
  155. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  156. $strongarm->api_version = 1;
  157. $strongarm->name = 'language_content_type_note';
  158. $strongarm->value = '0';
  159. $export['language_content_type_note'] = $strongarm;
  160. $strongarm = new stdClass();
  161. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  162. $strongarm->api_version = 1;
  163. $strongarm->name = 'menu_options_note';
  164. $strongarm->value = array();
  165. $export['menu_options_note'] = $strongarm;
  166. $strongarm = new stdClass();
  167. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  168. $strongarm->api_version = 1;
  169. $strongarm->name = 'menu_parent_note';
  170. $strongarm->value = 'main-menu:0';
  171. $export['menu_parent_note'] = $strongarm;
  172. $strongarm = new stdClass();
  173. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  174. $strongarm->api_version = 1;
  175. $strongarm->name = 'metatag_enable_node__note';
  176. $strongarm->value = TRUE;
  177. $export['metatag_enable_node__note'] = $strongarm;
  178. $strongarm = new stdClass();
  179. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  180. $strongarm->api_version = 1;
  181. $strongarm->name = 'node_options_note';
  182. $strongarm->value = array(
  183. 0 => 'status',
  184. );
  185. $export['node_options_note'] = $strongarm;
  186. $strongarm = new stdClass();
  187. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  188. $strongarm->api_version = 1;
  189. $strongarm->name = 'node_preview_note';
  190. $strongarm->value = '0';
  191. $export['node_preview_note'] = $strongarm;
  192. $strongarm = new stdClass();
  193. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  194. $strongarm->api_version = 1;
  195. $strongarm->name = 'node_submitted_note';
  196. $strongarm->value = 0;
  197. $export['node_submitted_note'] = $strongarm;
  198. $strongarm = new stdClass();
  199. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  200. $strongarm->api_version = 1;
  201. $strongarm->name = 'print_html_display_comment_note';
  202. $strongarm->value = 0;
  203. $export['print_html_display_comment_note'] = $strongarm;
  204. $strongarm = new stdClass();
  205. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  206. $strongarm->api_version = 1;
  207. $strongarm->name = 'print_html_display_note';
  208. $strongarm->value = 0;
  209. $export['print_html_display_note'] = $strongarm;
  210. $strongarm = new stdClass();
  211. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  212. $strongarm->api_version = 1;
  213. $strongarm->name = 'print_html_display_urllist_note';
  214. $strongarm->value = 0;
  215. $export['print_html_display_urllist_note'] = $strongarm;
  216. $strongarm = new stdClass();
  217. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  218. $strongarm->api_version = 1;
  219. $strongarm->name = 'save_continue_note';
  220. $strongarm->value = 'Enregistrer et ajouter les champs';
  221. $export['save_continue_note'] = $strongarm;
  222. $strongarm = new stdClass();
  223. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  224. $strongarm->api_version = 1;
  225. $strongarm->name = 'simplenews_content_type_note';
  226. $strongarm->value = 0;
  227. $export['simplenews_content_type_note'] = $strongarm;
  228. $strongarm = new stdClass();
  229. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  230. $strongarm->api_version = 1;
  231. $strongarm->name = 'unique_field_comp_note';
  232. $strongarm->value = 'each';
  233. $export['unique_field_comp_note'] = $strongarm;
  234. $strongarm = new stdClass();
  235. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  236. $strongarm->api_version = 1;
  237. $strongarm->name = 'unique_field_fields_note';
  238. $strongarm->value = array();
  239. $export['unique_field_fields_note'] = $strongarm;
  240. $strongarm = new stdClass();
  241. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  242. $strongarm->api_version = 1;
  243. $strongarm->name = 'unique_field_scope_note';
  244. $strongarm->value = 'type';
  245. $export['unique_field_scope_note'] = $strongarm;
  246. $strongarm = new stdClass();
  247. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  248. $strongarm->api_version = 1;
  249. $strongarm->name = 'unique_field_show_matches_note';
  250. $strongarm->value = array();
  251. $export['unique_field_show_matches_note'] = $strongarm;
  252. return $export;
  253. }